Html Css Color HEX #210771 Persian Indigo

📋 copy color: '#210771'

red 33 ◦ green 7 ◦ blue 113

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

Shades of Persian Indigo #210771

Tints of Persian Indigo #210771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

 BLUE value IS 113 (44.53% from 255) = 73.86%

R = 21.57%
G = 4.58%
B = 73.86%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210771 (or 0x210771) is known color: Persian Indigo. HEX triplet: 21, 07 and 71. RGB value is (33,7,113). Sum of RGB (Red+Green+Blue) = 33+7+113=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #210771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210771 is #DEF88E. Grayscale: #1A1A1A. Windows color (decimal): -14612623 or 7407393. OLE color: 7407393.

HSL color Cylindrical-coordinate representation of color #210771: hue angle of 254.72º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210771 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 7 113 -
CMYK 0.71 0.94 0 0.56
HSL 254.72º 0.88% 0.24% -
HSV(B) 254.72º 0.94% 0.44% -
XYZ 3.68 1.67 15.75 -
YUV 26.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 33 7 113 0.71 0.94 0 0.56 254.72 0.88 0.24
Hex 21 7 71 47 5E 0 38 FF 58 18
Octal 41 7 161 107 136 0 70 377 130 30
Binary 100001 111 1110001 1000111 1011110 0 111000 11111111 1011000 11000

Color Harmonies of #210771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210771

Black with #210771

Text Example


Text Example

White with #210771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210771; }

 p { color: rgb(33,7,113); }

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

background-color css

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

 a { background-color: rgb(33,7,113); }

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

border-color css

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

 span { border-color: rgb(33,7,113); }

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