Html Css Color HEX #21057C Persian Indigo

📋 copy color: '#21057C'

red 33 ◦ green 5 ◦ blue 124

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

Shades of Persian Indigo #21057C

Tints of Persian Indigo #21057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 76.54%

R = 20.37%
G = 3.09%
B = 76.54%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21057C (or 0x21057C) is known color: Persian Indigo. HEX triplet: 21, 05 and 7C. RGB value is (33,5,124). Sum of RGB (Red+Green+Blue) = 33+5+124=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #21057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21057C is #DEFA83. Grayscale: #1A1A1A. Windows color (decimal): -14613124 or 8127777. OLE color: 8127777.

HSL color Cylindrical-coordinate representation of color #21057C: hue angle of 254.12º 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 #21057C is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 5 124 -
CMYK 0.73 0.96 0 0.51
HSL 254.12º 0.92% 0.25% -
HSV(B) 254.12º 0.96% 0.49% -
XYZ 4.32 1.89 19.21 -
YUV 26.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 33 5 124 0.73 0.96 0 0.51 254.12 0.92 0.25
Hex 21 5 7C 49 60 0 33 FE 5C 19
Octal 41 5 174 111 140 0 63 376 134 31
Binary 100001 101 1111100 1001001 1100000 0 110011 11111110 1011100 11001

Color Harmonies of #21057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21057C

Black with #21057C

Text Example


Text Example

White with #21057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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