Html Css Color HEX #21056C Persian Indigo

📋 copy color: '#21056C'

red 33 ◦ green 5 ◦ blue 108

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

Shades of Persian Indigo #21056C

Tints of Persian Indigo #21056C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 108 (42.58% from 255) = 73.97%

R = 22.6%
G = 3.42%
B = 73.97%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21056C (or 0x21056C) is known color: Persian Indigo. HEX triplet: 21, 05 and 6C. RGB value is (33,5,108). Sum of RGB (Red+Green+Blue) = 33+5+108=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #21056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21056C is #DEFA93. Grayscale: #181818. Windows color (decimal): -14613140 or 7079201. OLE color: 7079201.

HSL color Cylindrical-coordinate representation of color #21056C: hue angle of 256.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21056C is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 5 108 -
CMYK 0.69 0.95 0 0.58
HSL 256.31º 0.91% 0.22% -
HSV(B) 256.31º 0.95% 0.42% -
XYZ 3.39 1.51 14.3 -
YUV 25.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 33 5 108 0.69 0.95 0 0.58 256.31 0.91 0.22
Hex 21 5 6C 45 5F 0 3A 100 5B 16
Octal 41 5 154 105 137 0 72 400 133 26
Binary 100001 101 1101100 1000101 1011111 0 111010 100000000 1011011 10110

Color Harmonies of #21056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21056C

Black with #21056C

Text Example


Text Example

White with #21056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,5,108); }

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

background-color css

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

 a { background-color: rgb(33,5,108); }

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

border-color css

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

 span { border-color: rgb(33,5,108); }

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