Html Css Color HEX #21085E Persian Indigo

📋 copy color: '#21085E'

red 33 ◦ green 8 ◦ blue 94

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

Shades of Persian Indigo #21085E

Tints of Persian Indigo #21085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 69.63%

R = 24.44%
G = 5.93%
B = 69.63%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21085E (or 0x21085E) is known color: Persian Indigo. HEX triplet: 21, 08 and 5E. RGB value is (33,8,94). Sum of RGB (Red+Green+Blue) = 33+8+94=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #21085E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21085E is #DEF7A1. Grayscale: #181818. Windows color (decimal): -14612386 or 6162465. OLE color: 6162465.

HSL color Cylindrical-coordinate representation of color #21085E: hue angle of 257.44º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #21085E is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 8 94 -
CMYK 0.65 0.91 0 0.63
HSL 257.44º 0.84% 0.2% -
HSV(B) 257.44º 0.91% 0.37% -
XYZ 2.73 1.31 10.7 -
YUV 25.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 33 8 94 0.65 0.91 0 0.63 257.44 0.84 0.2
Hex 21 8 5E 41 5B 0 3F 101 54 14
Octal 41 10 136 101 133 0 77 401 124 24
Binary 100001 1000 1011110 1000001 1011011 0 111111 100000001 1010100 10100

Color Harmonies of #21085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21085E

Black with #21085E

Text Example


Text Example

White with #21085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21085E; }

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

 H1.HeaderClassName
 {
   color: #21085E;
 }
 .AnyTagClassName
 {
   color: #21085E;
 }
</style>

background-color css

<style>
 a { background-color: #21085E; }

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

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

border-color css

<style>
 span { border-color: #21085E; }

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

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