Html Css Color HEX #21035C Persian Indigo

📋 copy color: '#21035C'

red 33 ◦ green 3 ◦ blue 92

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

Shades of Persian Indigo #21035C

Tints of Persian Indigo #21035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 92 (36.33% from 255) = 71.88%

R = 25.78%
G = 2.34%
B = 71.88%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21035C (or 0x21035C) is known color: Persian Indigo. HEX triplet: 21, 03 and 5C. RGB value is (33,3,92). Sum of RGB (Red+Green+Blue) = 33+3+92=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 92 (36.33% from 255 or 71.88% from 128); Max value from RGB is 92 - color contains mainly: blue. Hex color #21035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21035C is #DEFCA3. Grayscale: #151515. Windows color (decimal): -14613668 or 6030113. OLE color: 6030113.

HSL color Cylindrical-coordinate representation of color #21035C: hue angle of 260.22º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21035C is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 3 92 -
CMYK 0.64 0.97 0 0.64
HSL 260.22º 0.94% 0.19% -
HSV(B) 260.22º 0.97% 0.36% -
XYZ 2.59 1.16 10.21 -
YUV 22.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 33 3 92 0.64 0.97 0 0.64 260.22 0.94 0.19
Hex 21 3 5C 40 61 0 40 104 5E 13
Octal 41 3 134 100 141 0 100 404 136 23
Binary 100001 11 1011100 1000000 1100001 0 1000000 100000100 1011110 10011

Color Harmonies of #21035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21035C

Black with #21035C

Text Example


Text Example

White with #21035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21035C; }

 p { color: rgb(33,3,92); }

 H1.HeaderClassName
 {
   color: #21035C;
 }
 .AnyTagClassName
 {
   color: #21035C;
 }
</style>

background-color css

<style>
 a { background-color: #21035C; }

 a { background-color: rgb(33,3,92); }

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

border-color css

<style>
 span { border-color: #21035C; }

 span { border-color: rgb(33,3,92); }

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