Html Css Color HEX #210283 Persian Indigo

📋 copy color: '#210283'

red 33 ◦ green 2 ◦ blue 131

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

Shades of Persian Indigo #210283

Tints of Persian Indigo #210283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 19.88%
G = 1.2%
B = 78.92%

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

#210283 (or 0x210283) is known color: Persian Indigo. HEX triplet: 21, 02 and 83. RGB value is (33,2,131). Sum of RGB (Red+Green+Blue) = 33+2+131=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 131 (51.56% from 255 or 78.92% from 166); Max value from RGB is 131 - color contains mainly: blue. Hex color #210283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210283 is #DEFD7C. Grayscale: #191919. Windows color (decimal): -14613885 or 8585761. OLE color: 8585761.

HSL color Cylindrical-coordinate representation of color #210283: hue angle of 254.42º degrees, saturation: 0.97, 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 #210283 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 2 131 -
CMYK 0.75 0.98 0 0.49
HSL 254.42º 0.97% 0.26% -
HSV(B) 254.42º 0.98% 0.51% -
XYZ 4.75 2.01 21.61 -
YUV 25.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 33 2 131 0.75 0.98 0 0.49 254.42 0.97 0.26
Hex 21 2 83 4B 62 0 31 FE 61 1A
Octal 41 2 203 113 142 0 61 376 141 32
Binary 100001 10 10000011 1001011 1100010 0 110001 11111110 1100001 11010

Color Harmonies of #210283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210283

Black with #210283

Text Example


Text Example

White with #210283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210283; }

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

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

background-color css

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

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

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

border-color css

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

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

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