Html Css Color HEX #210678 Persian Indigo

📋 copy color: '#210678'

red 33 ◦ green 6 ◦ blue 120

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

Shades of Persian Indigo #210678

Tints of Persian Indigo #210678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

 BLUE value IS 120 (47.27% from 255) = 75.47%

R = 20.75%
G = 3.77%
B = 75.47%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#210678 (or 0x210678) is known color: Persian Indigo. HEX triplet: 21, 06 and 78. RGB value is (33,6,120). Sum of RGB (Red+Green+Blue) = 33+6+120=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #210678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210678 is #DEF987. Grayscale: #1A1A1A. Windows color (decimal): -14612872 or 7865889. OLE color: 7865889.

HSL color Cylindrical-coordinate representation of color #210678: hue angle of 254.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210678 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 6 120 -
CMYK 0.72 0.95 0 0.53
HSL 254.21º 0.9% 0.25% -
HSV(B) 254.21º 0.95% 0.47% -
XYZ 4.08 1.81 17.9 -
YUV 27.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 33 6 120 0.72 0.95 0 0.53 254.21 0.9 0.25
Hex 21 6 78 48 5F 0 35 FE 5A 19
Octal 41 6 170 110 137 0 65 376 132 31
Binary 100001 110 1111000 1001000 1011111 0 110101 11111110 1011010 11001

Color Harmonies of #210678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210678

Black with #210678

Text Example


Text Example

White with #210678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210678; }

 p { color: rgb(33,6,120); }

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

background-color css

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

 a { background-color: rgb(33,6,120); }

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

border-color css

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

 span { border-color: rgb(33,6,120); }

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