Html Css Color HEX #210380 Persian Indigo

📋 copy color: '#210380'

red 33 ◦ green 3 ◦ blue 128

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

Shades of Persian Indigo #210380

Tints of Persian Indigo #210380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 78.05%

R = 20.12%
G = 1.83%
B = 78.05%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#210380 (or 0x210380) is known color: Persian Indigo. HEX triplet: 21, 03 and 80. RGB value is (33,3,128). Sum of RGB (Red+Green+Blue) = 33+3+128=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 128 (50.39% from 255 or 78.05% from 164); Max value from RGB is 128 - color contains mainly: blue. Hex color #210380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210380 is #DEFC7F. Grayscale: #191919. Windows color (decimal): -14613632 or 8389409. OLE color: 8389409.

HSL color Cylindrical-coordinate representation of color #210380: hue angle of 254.4º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210380 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 3 128 -
CMYK 0.74 0.98 0 0.50
HSL 254.4º 0.95% 0.26% -
HSV(B) 254.4º 0.98% 0.5% -
XYZ 4.56 1.95 20.56 -
YUV 26.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 33 3 128 0.74 0.98 0 0.50 254.4 0.95 0.26
Hex 21 3 80 4A 62 0 32 FE 5F 1A
Octal 41 3 200 112 142 0 62 376 137 32
Binary 100001 11 10000000 1001010 1100010 0 110010 11111110 1011111 11010

Color Harmonies of #210380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210380

Black with #210380

Text Example


Text Example

White with #210380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210380; }

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

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

background-color css

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

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

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

border-color css

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

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

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