Html Css Color HEX #210383 Persian Indigo

📋 copy color: '#210383'

red 33 ◦ green 3 ◦ blue 131

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

Shades of Persian Indigo #210383

Tints of Persian Indigo #210383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

 BLUE value IS 131 (51.56% from 255) = 78.44%

R = 19.76%
G = 1.8%
B = 78.44%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#210383 (or 0x210383) is known color: Persian Indigo. HEX triplet: 21, 03 and 83. RGB value is (33,3,131). Sum of RGB (Red+Green+Blue) = 33+3+131=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #210383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210383 is #DEFC7C. Grayscale: #1A1A1A. Windows color (decimal): -14613629 or 8586017. OLE color: 8586017.

HSL color Cylindrical-coordinate representation of color #210383: hue angle of 254.06º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210383 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 3 131 -
CMYK 0.75 0.98 0 0.49
HSL 254.06º 0.96% 0.26% -
HSV(B) 254.06º 0.98% 0.51% -
XYZ 4.76 2.03 21.61 -
YUV 26.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 33 3 131 0.75 0.98 0 0.49 254.06 0.96 0.26
Hex 21 3 83 4B 62 0 31 FE 60 1A
Octal 41 3 203 113 142 0 61 376 140 32
Binary 100001 11 10000011 1001011 1100010 0 110001 11111110 1100000 11010

Color Harmonies of #210383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210383

Black with #210383

Text Example


Text Example

White with #210383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210383; }

 p { color: rgb(33,3,131); }

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

background-color css

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

 a { background-color: rgb(33,3,131); }

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

border-color css

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

 span { border-color: rgb(33,3,131); }

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