Html Css Color HEX #210C7D Persian Indigo

📋 copy color: '#210C7D'

red 33 ◦ green 12 ◦ blue 125

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

Shades of Persian Indigo #210C7D

Tints of Persian Indigo #210C7D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.06%

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

R = 19.41%
G = 7.06%
B = 73.53%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#210C7D (or 0x210C7D) is known color: Persian Indigo. HEX triplet: 21, 0C and 7D. RGB value is (33,12,125). Sum of RGB (Red+Green+Blue) = 33+12+125=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 125 (49.22% from 255 or 73.53% from 170); Max value from RGB is 125 - color contains mainly: blue. Hex color #210C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C7D is #DEF382. Grayscale: #1E1E1E. Windows color (decimal): -14611331 or 8195105. OLE color: 8195105.

HSL color Cylindrical-coordinate representation of color #210C7D: hue angle of 251.15º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210C7D is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 12 125 -
CMYK 0.74 0.90 0 0.51
HSL 251.15º 0.82% 0.27% -
HSV(B) 251.15º 0.9% 0.49% -
XYZ 4.46 2.07 19.57 -
YUV 31.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 33 12 125 0.74 0.90 0 0.51 251.15 0.82 0.27
Hex 21 C 7D 4A 5A 0 33 FB 52 1B
Octal 41 14 175 112 132 0 63 373 122 33
Binary 100001 1100 1111101 1001010 1011010 0 110011 11111011 1010010 11011

Color Harmonies of #210C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C7D

Black with #210C7D

Text Example


Text Example

White with #210C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210C7D; }

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

 H1.HeaderClassName
 {
   color: #210C7D;
 }
 .AnyTagClassName
 {
   color: #210C7D;
 }
</style>

background-color css

<style>
 a { background-color: #210C7D; }

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

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

border-color css

<style>
 span { border-color: #210C7D; }

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

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