Html Css Color HEX #21097C Persian Indigo

📋 copy color: '#21097C'

red 33 ◦ green 9 ◦ blue 124

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

Shades of Persian Indigo #21097C

Tints of Persian Indigo #21097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

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

R = 19.88%
G = 5.42%
B = 74.7%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21097C (or 0x21097C) is known color: Persian Indigo. HEX triplet: 21, 09 and 7C. RGB value is (33,9,124). Sum of RGB (Red+Green+Blue) = 33+9+124=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #21097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21097C is #DEF683. Grayscale: #1C1C1C. Windows color (decimal): -14612100 or 8128801. OLE color: 8128801.

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

Color convert

RGB 33 9 124 -
CMYK 0.73 0.93 0 0.51
HSL 252.52º 0.86% 0.26% -
HSV(B) 252.52º 0.93% 0.49% -
XYZ 4.36 1.97 19.22 -
YUV 29.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 33 9 124 0.73 0.93 0 0.51 252.52 0.86 0.26
Hex 21 9 7C 49 5D 0 33 FD 56 1A
Octal 41 11 174 111 135 0 63 375 126 32
Binary 100001 1001 1111100 1001001 1011101 0 110011 11111101 1010110 11010

Color Harmonies of #21097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21097C

Black with #21097C

Text Example


Text Example

White with #21097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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