Html Css Color HEX #21087C Persian Indigo

📋 copy color: '#21087C'

red 33 ◦ green 8 ◦ blue 124

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

Shades of Persian Indigo #21087C

Tints of Persian Indigo #21087C

RGB

 RED value IS 33 (13.28% from 255) = 20%

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

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

R = 20%
G = 4.85%
B = 75.15%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21087C (or 0x21087C) is known color: Persian Indigo. HEX triplet: 21, 08 and 7C. RGB value is (33,8,124). Sum of RGB (Red+Green+Blue) = 33+8+124=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #21087C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21087C is #DEF783. Grayscale: #1C1C1C. Windows color (decimal): -14612356 or 8128545. OLE color: 8128545.

HSL color Cylindrical-coordinate representation of color #21087C: hue angle of 252.93º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21087C is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 8 124 -
CMYK 0.73 0.94 0 0.51
HSL 252.93º 0.88% 0.26% -
HSV(B) 252.93º 0.94% 0.49% -
XYZ 4.35 1.95 19.22 -
YUV 28.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 33 8 124 0.73 0.94 0 0.51 252.93 0.88 0.26
Hex 21 8 7C 49 5E 0 33 FD 58 1A
Octal 41 10 174 111 136 0 63 375 130 32
Binary 100001 1000 1111100 1001001 1011110 0 110011 11111101 1011000 11010

Color Harmonies of #21087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21087C

Black with #21087C

Text Example


Text Example

White with #21087C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,8,124); }

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

background-color css

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

 a { background-color: rgb(33,8,124); }

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

border-color css

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

 span { border-color: rgb(33,8,124); }

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