Html Css Color HEX #210D75 Persian Indigo

📋 copy color: '#210D75'

red 33 ◦ green 13 ◦ blue 117

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

Shades of Persian Indigo #210D75

Tints of Persian Indigo #210D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.78%

R = 20.25%
G = 7.98%
B = 71.78%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210D75 (or 0x210D75) is known color: Persian Indigo. HEX triplet: 21, 0D and 75. RGB value is (33,13,117). Sum of RGB (Red+Green+Blue) = 33+13+117=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #210D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D75 is #DEF28A. Grayscale: #1E1E1E. Windows color (decimal): -14611083 or 7671073. OLE color: 7671073.

HSL color Cylindrical-coordinate representation of color #210D75: hue angle of 251.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210D75 is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 13 117 -
CMYK 0.72 0.89 0 0.54
HSL 251.54º 0.8% 0.25% -
HSV(B) 251.54º 0.89% 0.46% -
XYZ 3.98 1.9 16.99 -
YUV 30.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 33 13 117 0.72 0.89 0 0.54 251.54 0.8 0.25
Hex 21 D 75 48 59 0 36 FC 50 19
Octal 41 15 165 110 131 0 66 374 120 31
Binary 100001 1101 1110101 1001000 1011001 0 110110 11111100 1010000 11001

Color Harmonies of #210D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D75

Black with #210D75

Text Example


Text Example

White with #210D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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