Html Css Color HEX #210568 Persian Indigo

📋 copy color: '#210568'

red 33 ◦ green 5 ◦ blue 104

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

Shades of Persian Indigo #210568

Tints of Persian Indigo #210568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.52%

 BLUE value IS 104 (41.02% from 255) = 73.24%

R = 23.24%
G = 3.52%
B = 73.24%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#210568 (or 0x210568) is known color: Persian Indigo. HEX triplet: 21, 05 and 68. RGB value is (33,5,104). Sum of RGB (Red+Green+Blue) = 33+5+104=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #210568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210568 is #DEFA97. Grayscale: #181818. Windows color (decimal): -14613144 or 6817057. OLE color: 6817057.

HSL color Cylindrical-coordinate representation of color #210568: hue angle of 256.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210568 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 5 104 -
CMYK 0.68 0.95 0 0.59
HSL 256.97º 0.91% 0.21% -
HSV(B) 256.97º 0.95% 0.41% -
XYZ 3.18 1.43 13.21 -
YUV 24.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 33 5 104 0.68 0.95 0 0.59 256.97 0.91 0.21
Hex 21 5 68 44 5F 0 3B 101 5B 15
Octal 41 5 150 104 137 0 73 401 133 25
Binary 100001 101 1101000 1000100 1011111 0 111011 100000001 1011011 10101

Color Harmonies of #210568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210568

Black with #210568

Text Example


Text Example

White with #210568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210568; }

 p { color: rgb(33,5,104); }

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

background-color css

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

 a { background-color: rgb(33,5,104); }

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

border-color css

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

 span { border-color: rgb(33,5,104); }

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