Html Css Color HEX #21065E Persian Indigo

📋 copy color: '#21065E'

red 33 ◦ green 6 ◦ blue 94

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

Shades of Persian Indigo #21065E

Tints of Persian Indigo #21065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.51%

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

R = 24.81%
G = 4.51%
B = 70.68%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21065E (or 0x21065E) is known color: Persian Indigo. HEX triplet: 21, 06 and 5E. RGB value is (33,6,94). Sum of RGB (Red+Green+Blue) = 33+6+94=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #21065E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21065E is #DEF9A1. Grayscale: #171717. Windows color (decimal): -14612898 or 6161953. OLE color: 6161953.

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

Color convert

RGB 33 6 94 -
CMYK 0.65 0.94 0 0.63
HSL 258.41º 0.88% 0.2% -
HSV(B) 258.41º 0.94% 0.37% -
XYZ 2.71 1.26 10.69 -
YUV 24.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 33 6 94 0.65 0.94 0 0.63 258.41 0.88 0.2
Hex 21 6 5E 41 5E 0 3F 102 58 14
Octal 41 6 136 101 136 0 77 402 130 24
Binary 100001 110 1011110 1000001 1011110 0 111111 100000010 1011000 10100

Color Harmonies of #21065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21065E

Black with #21065E

Text Example


Text Example

White with #21065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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