Html Css Color HEX #21057D Persian Indigo

📋 copy color: '#21057D'

red 33 ◦ green 5 ◦ blue 125

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

Shades of Persian Indigo #21057D

Tints of Persian Indigo #21057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 76.69%

R = 20.25%
G = 3.07%
B = 76.69%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21057D (or 0x21057D) is known color: Persian Indigo. HEX triplet: 21, 05 and 7D. RGB value is (33,5,125). Sum of RGB (Red+Green+Blue) = 33+5+125=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #21057D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21057D is #DEFA82. Grayscale: #1A1A1A. Windows color (decimal): -14613123 or 8193313. OLE color: 8193313.

HSL color Cylindrical-coordinate representation of color #21057D: hue angle of 254º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21057D is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 5 125 -
CMYK 0.74 0.96 0 0.51
HSL 254º 0.92% 0.25% -
HSV(B) 254º 0.96% 0.49% -
XYZ 4.38 1.91 19.54 -
YUV 27.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 33 5 125 0.74 0.96 0 0.51 254 0.92 0.25
Hex 21 5 7D 4A 60 0 33 FE 5C 19
Octal 41 5 175 112 140 0 63 376 134 31
Binary 100001 101 1111101 1001010 1100000 0 110011 11111110 1011100 11001

Color Harmonies of #21057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21057D

Black with #21057D

Text Example


Text Example

White with #21057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21057D; }

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

 H1.HeaderClassName
 {
   color: #21057D;
 }
 .AnyTagClassName
 {
   color: #21057D;
 }
</style>

background-color css

<style>
 a { background-color: #21057D; }

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

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

border-color css

<style>
 span { border-color: #21057D; }

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

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