Html Css Color HEX #210763 Persian Indigo

📋 copy color: '#210763'

red 33 ◦ green 7 ◦ blue 99

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

Shades of Persian Indigo #210763

Tints of Persian Indigo #210763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 71.22%

R = 23.74%
G = 5.04%
B = 71.22%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#210763 (or 0x210763) is known color: Persian Indigo. HEX triplet: 21, 07 and 63. RGB value is (33,7,99). Sum of RGB (Red+Green+Blue) = 33+7+99=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #210763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210763 is #DEF89C. Grayscale: #181818. Windows color (decimal): -14612637 or 6489889. OLE color: 6489889.

HSL color Cylindrical-coordinate representation of color #210763: hue angle of 256.96º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210763 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 33 7 99 -
CMYK 0.67 0.93 0 0.61
HSL 256.96º 0.87% 0.21% -
HSV(B) 256.96º 0.93% 0.39% -
XYZ 2.96 1.38 11.91 -
YUV 25.26 169.61 133.52 -
System Red Green Blue C M Y K H S L
Decimal 33 7 99 0.67 0.93 0 0.61 256.96 0.87 0.21
Hex 21 7 63 43 5D 0 3D 101 57 15
Octal 41 7 143 103 135 0 75 401 127 25
Binary 100001 111 1100011 1000011 1011101 0 111101 100000001 1010111 10101

Color Harmonies of #210763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210763

Black with #210763

Text Example


Text Example

White with #210763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210763; }

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

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

background-color css

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

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

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

border-color css

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

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

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