Html Css Color HEX #33017C Persian Indigo

📋 copy color: '#33017C'

red 51 ◦ green 1 ◦ blue 124

#33017C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #33017C

Tints of Persian Indigo #33017C

RGB

 RED value IS 51 (20.31% from 255) = 28.98%

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 124 (48.83% from 255) = 70.45%

R = 28.98%
G = 0.57%
B = 70.45%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33017C (or 0x33017C) is known color: Persian Indigo. HEX triplet: 33, 01 and 7C. RGB value is (51,1,124). Sum of RGB (Red+Green+Blue) = 51+1+124=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #33017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33017C is #CCFE83. Grayscale: #1D1D1D. Windows color (decimal): -13434500 or 8126771. OLE color: 8126771.

HSL color Cylindrical-coordinate representation of color #33017C: hue angle of 264.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #33017C is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 1 124 -
CMYK 0.59 0.99 0 0.51
HSL 264.39º 0.98% 0.25% -
HSV(B) 264.39º 0.99% 0.49% -
XYZ 5.01 2.18 19.23 -
YUV 29.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 51 1 124 0.59 0.99 0 0.51 264.39 0.98 0.25
Hex 33 1 7C 3B 63 0 33 108 62 19
Octal 63 1 174 73 143 0 63 410 142 31
Binary 110011 1 1111100 111011 1100011 0 110011 100001000 1100010 11001

Color Harmonies of #33017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33017C

Black with #33017C

Text Example


Text Example

White with #33017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33017C; }

 p { color: rgb(51,1,124); }

 H1.HeaderClassName
 {
   color: #33017C;
 }
 .AnyTagClassName
 {
   color: #33017C;
 }
</style>

background-color css

<style>
 a { background-color: #33017C; }

 a { background-color: rgb(51,1,124); }

 div.DivClassName
 {
   background-color: #33017C;
 }
 .BgClassName
 {
   background-color: #33017C;
 }
</style>

border-color css

<style>
 span { border-color: #33017C; }

 span { border-color: rgb(51,1,124); }

 td.TdClassName
 {
   border-color: #33017C;
 }
 .TagClassName
 {
   border-color: #33017C;
 }
</style>