Html Css Color HEX #21086D Persian Indigo

📋 copy color: '#21086D'

red 33 ◦ green 8 ◦ blue 109

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

Shades of Persian Indigo #21086D

Tints of Persian Indigo #21086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 72.67%

R = 22%
G = 5.33%
B = 72.67%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21086D (or 0x21086D) is known color: Persian Indigo. HEX triplet: 21, 08 and 6D. RGB value is (33,8,109). Sum of RGB (Red+Green+Blue) = 33+8+109=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #21086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21086D is #DEF792. Grayscale: #1A1A1A. Windows color (decimal): -14612371 or 7145505. OLE color: 7145505.

HSL color Cylindrical-coordinate representation of color #21086D: hue angle of 254.85º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21086D is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 8 109 -
CMYK 0.70 0.93 0 0.57
HSL 254.85º 0.86% 0.23% -
HSV(B) 254.85º 0.93% 0.43% -
XYZ 3.47 1.6 14.59 -
YUV 26.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 33 8 109 0.70 0.93 0 0.57 254.85 0.86 0.23
Hex 21 8 6D 46 5D 0 39 FF 56 17
Octal 41 10 155 106 135 0 71 377 126 27
Binary 100001 1000 1101101 1000110 1011101 0 111001 11111111 1010110 10111

Color Harmonies of #21086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21086D

Black with #21086D

Text Example


Text Example

White with #21086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21086D; }

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

 H1.HeaderClassName
 {
   color: #21086D;
 }
 .AnyTagClassName
 {
   color: #21086D;
 }
</style>

background-color css

<style>
 a { background-color: #21086D; }

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

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

border-color css

<style>
 span { border-color: #21086D; }

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

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