Html Css Color HEX #210567 Persian Indigo

📋 copy color: '#210567'

red 33 ◦ green 5 ◦ blue 103

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

Shades of Persian Indigo #210567

Tints of Persian Indigo #210567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 73.05%

R = 23.4%
G = 3.55%
B = 73.05%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#210567 (or 0x210567) is known color: Persian Indigo. HEX triplet: 21, 05 and 67. RGB value is (33,5,103). Sum of RGB (Red+Green+Blue) = 33+5+103=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #210567 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210567 is #DEFA98. Grayscale: #181818. Windows color (decimal): -14613145 or 6751521. OLE color: 6751521.

HSL color Cylindrical-coordinate representation of color #210567: hue angle of 257.14º 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 #210567 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 5 103 -
CMYK 0.68 0.95 0 0.60
HSL 257.14º 0.91% 0.21% -
HSV(B) 257.14º 0.95% 0.4% -
XYZ 3.13 1.41 12.94 -
YUV 24.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 33 5 103 0.68 0.95 0 0.60 257.14 0.91 0.21
Hex 21 5 67 44 5F 0 3C 101 5B 15
Octal 41 5 147 104 137 0 74 401 133 25
Binary 100001 101 1100111 1000100 1011111 0 111100 100000001 1011011 10101

Color Harmonies of #210567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210567

Black with #210567

Text Example


Text Example

White with #210567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210567; }

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

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

background-color css

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

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

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

border-color css

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

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

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