Html Css Color HEX #21096B Persian Indigo

📋 copy color: '#21096B'

red 33 ◦ green 9 ◦ blue 107

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

Shades of Persian Indigo #21096B

Tints of Persian Indigo #21096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 71.81%

R = 22.15%
G = 6.04%
B = 71.81%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21096B (or 0x21096B) is known color: Persian Indigo. HEX triplet: 21, 09 and 6B. RGB value is (33,9,107). Sum of RGB (Red+Green+Blue) = 33+9+107=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #21096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21096B is #DEF694. Grayscale: #1A1A1A. Windows color (decimal): -14612117 or 7014689. OLE color: 7014689.

HSL color Cylindrical-coordinate representation of color #21096B: hue angle of 254.69º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21096B is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 9 107 -
CMYK 0.69 0.92 0 0.58
HSL 254.69º 0.84% 0.23% -
HSV(B) 254.69º 0.92% 0.42% -
XYZ 3.38 1.58 14.04 -
YUV 27.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 33 9 107 0.69 0.92 0 0.58 254.69 0.84 0.23
Hex 21 9 6B 45 5C 0 3A FF 54 17
Octal 41 11 153 105 134 0 72 377 124 27
Binary 100001 1001 1101011 1000101 1011100 0 111010 11111111 1010100 10111

Color Harmonies of #21096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21096B

Black with #21096B

Text Example


Text Example

White with #21096B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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