Html Css Color HEX #33087B Persian Indigo

📋 copy color: '#33087B'

red 51 ◦ green 8 ◦ blue 123

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

Shades of Persian Indigo #33087B

Tints of Persian Indigo #33087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 67.58%

R = 28.02%
G = 4.4%
B = 67.58%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#33087B (or 0x33087B) is known color: Persian Indigo. HEX triplet: 33, 08 and 7B. RGB value is (51,8,123). Sum of RGB (Red+Green+Blue) = 51+8+123=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #33087B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33087B is #CCF784. Grayscale: #212121. Windows color (decimal): -13432709 or 8063027. OLE color: 8063027.

HSL color Cylindrical-coordinate representation of color #33087B: hue angle of 262.43º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33087B is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 8 123 -
CMYK 0.59 0.93 0 0.52
HSL 262.43º 0.88% 0.26% -
HSV(B) 262.43º 0.93% 0.48% -
XYZ 5.03 2.31 18.92 -
YUV 33.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 51 8 123 0.59 0.93 0 0.52 262.43 0.88 0.26
Hex 33 8 7B 3B 5D 0 34 106 58 1A
Octal 63 10 173 73 135 0 64 406 130 32
Binary 110011 1000 1111011 111011 1011101 0 110100 100000110 1011000 11010

Color Harmonies of #33087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33087B

Black with #33087B

Text Example


Text Example

White with #33087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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