Html Css Color HEX #210D7F Persian Indigo

📋 copy color: '#210D7F'

red 33 ◦ green 13 ◦ blue 127

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

Shades of Persian Indigo #210D7F

Tints of Persian Indigo #210D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.51%

 BLUE value IS 127 (50% from 255) = 73.41%

R = 19.08%
G = 7.51%
B = 73.41%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#210D7F (or 0x210D7F) is known color: Persian Indigo. HEX triplet: 21, 0D and 7F. RGB value is (33,13,127). Sum of RGB (Red+Green+Blue) = 33+13+127=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #210D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D7F is #DEF280. Grayscale: #1F1F1F. Windows color (decimal): -14611073 or 8326433. OLE color: 8326433.

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

Color convert

RGB 33 13 127 -
CMYK 0.74 0.90 0 0.50
HSL 250.53º 0.81% 0.27% -
HSV(B) 250.53º 0.9% 0.5% -
XYZ 4.6 2.14 20.25 -
YUV 31.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 33 13 127 0.74 0.90 0 0.50 250.53 0.81 0.27
Hex 21 D 7F 4A 5A 0 32 FB 51 1B
Octal 41 15 177 112 132 0 62 373 121 33
Binary 100001 1101 1111111 1001010 1011010 0 110010 11111011 1010001 11011

Color Harmonies of #210D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D7F

Black with #210D7F

Text Example


Text Example

White with #210D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,13,127); }

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

background-color css

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

 a { background-color: rgb(33,13,127); }

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

border-color css

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

 span { border-color: rgb(33,13,127); }

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