Html Css Color HEX #210565 Persian Indigo

📋 copy color: '#210565'

red 33 ◦ green 5 ◦ blue 101

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

Shades of Persian Indigo #210565

Tints of Persian Indigo #210565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 72.66%

R = 23.74%
G = 3.6%
B = 72.66%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#210565 (or 0x210565) is known color: Persian Indigo. HEX triplet: 21, 05 and 65. RGB value is (33,5,101). Sum of RGB (Red+Green+Blue) = 33+5+101=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 101 (39.84% from 255 or 72.66% from 139); Max value from RGB is 101 - color contains mainly: blue. Hex color #210565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210565 is #DEFA9A. Grayscale: #171717. Windows color (decimal): -14613147 or 6620449. OLE color: 6620449.

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

Color convert

RGB 33 5 101 -
CMYK 0.67 0.95 0 0.60
HSL 257.5º 0.91% 0.21% -
HSV(B) 257.5º 0.95% 0.4% -
XYZ 3.03 1.37 12.42 -
YUV 24.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 33 5 101 0.67 0.95 0 0.60 257.5 0.91 0.21
Hex 21 5 65 43 5F 0 3C 102 5B 15
Octal 41 5 145 103 137 0 74 402 133 25
Binary 100001 101 1100101 1000011 1011111 0 111100 100000010 1011011 10101

Color Harmonies of #210565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210565

Black with #210565

Text Example


Text Example

White with #210565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210565; }

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

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

background-color css

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

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

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

border-color css

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

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

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