Html Css Color HEX #21097B Persian Indigo

📋 copy color: '#21097B'

red 33 ◦ green 9 ◦ blue 123

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

Shades of Persian Indigo #21097B

Tints of Persian Indigo #21097B

RGB

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

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

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

R = 20%
G = 5.45%
B = 74.55%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21097B (or 0x21097B) is known color: Persian Indigo. HEX triplet: 21, 09 and 7B. RGB value is (33,9,123). Sum of RGB (Red+Green+Blue) = 33+9+123=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #21097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21097B is #DEF684. Grayscale: #1C1C1C. Windows color (decimal): -14612101 or 8063265. OLE color: 8063265.

HSL color Cylindrical-coordinate representation of color #21097B: hue angle of 252.63º degrees, saturation: 0.86, 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 #21097B is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 9 123 -
CMYK 0.73 0.93 0 0.52
HSL 252.63º 0.86% 0.26% -
HSV(B) 252.63º 0.93% 0.48% -
XYZ 4.3 1.95 18.89 -
YUV 29.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 33 9 123 0.73 0.93 0 0.52 252.63 0.86 0.26
Hex 21 9 7B 49 5D 0 34 FD 56 1A
Octal 41 11 173 111 135 0 64 375 126 32
Binary 100001 1001 1111011 1001001 1011101 0 110100 11111101 1010110 11010

Color Harmonies of #21097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21097B

Black with #21097B

Text Example


Text Example

White with #21097B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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