Html Css Color HEX #21056F Persian Indigo

📋 copy color: '#21056F'

red 33 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #21056F

Tints of Persian Indigo #21056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 74.5%

R = 22.15%
G = 3.36%
B = 74.5%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#21056F (or 0x21056F) is known color: Persian Indigo. HEX triplet: 21, 05 and 6F. RGB value is (33,5,111). Sum of RGB (Red+Green+Blue) = 33+5+111=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #21056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21056F is #DEFA90. Grayscale: #191919. Windows color (decimal): -14613137 or 7275809. OLE color: 7275809.

HSL color Cylindrical-coordinate representation of color #21056F: hue angle of 255.85º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21056F is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 5 111 -
CMYK 0.70 0.95 0 0.56
HSL 255.85º 0.91% 0.23% -
HSV(B) 255.85º 0.95% 0.44% -
XYZ 3.55 1.58 15.16 -
YUV 25.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 33 5 111 0.70 0.95 0 0.56 255.85 0.91 0.23
Hex 21 5 6F 46 5F 0 38 100 5B 17
Octal 41 5 157 106 137 0 70 400 133 27
Binary 100001 101 1101111 1000110 1011111 0 111000 100000000 1011011 10111

Color Harmonies of #21056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21056F

Black with #21056F

Text Example


Text Example

White with #21056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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