Html Css Color HEX #33087F Persian Indigo

📋 copy color: '#33087F'

red 51 ◦ green 8 ◦ blue 127

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

Shades of Persian Indigo #33087F

Tints of Persian Indigo #33087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 127 (50% from 255) = 68.28%

R = 27.42%
G = 4.3%
B = 68.28%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#33087F (or 0x33087F) is known color: Persian Indigo. HEX triplet: 33, 08 and 7F. RGB value is (51,8,127). Sum of RGB (Red+Green+Blue) = 51+8+127=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 127 (50% from 255 or 68.28% from 186); Max value from RGB is 127 - color contains mainly: blue. Hex color #33087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33087F is #CCF780. Grayscale: #212121. Windows color (decimal): -13432705 or 8325171. OLE color: 8325171.

HSL color Cylindrical-coordinate representation of color #33087F: hue angle of 261.68º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33087F is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 8 127 -
CMYK 0.60 0.94 0 0.50
HSL 261.68º 0.88% 0.26% -
HSV(B) 261.68º 0.94% 0.5% -
XYZ 5.28 2.41 20.27 -
YUV 34.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 51 8 127 0.60 0.94 0 0.50 261.68 0.88 0.26
Hex 33 8 7F 3C 5E 0 32 106 58 1A
Octal 63 10 177 74 136 0 62 406 130 32
Binary 110011 1000 1111111 111100 1011110 0 110010 100000110 1011000 11010

Color Harmonies of #33087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33087F

Black with #33087F

Text Example


Text Example

White with #33087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33087F; }

 p { color: rgb(51,8,127); }

 H1.HeaderClassName
 {
   color: #33087F;
 }
 .AnyTagClassName
 {
   color: #33087F;
 }
</style>

background-color css

<style>
 a { background-color: #33087F; }

 a { background-color: rgb(51,8,127); }

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

border-color css

<style>
 span { border-color: #33087F; }

 span { border-color: rgb(51,8,127); }

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