Html Css Color HEX #21015F Persian Indigo

📋 copy color: '#21015F'

red 33 ◦ green 1 ◦ blue 95

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

Shades of Persian Indigo #21015F

Tints of Persian Indigo #21015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 95 (37.5% from 255) = 73.64%

R = 25.58%
G = 0.78%
B = 73.64%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21015F (or 0x21015F) is known color: Persian Indigo. HEX triplet: 21, 01 and 5F. RGB value is (33,1,95). Sum of RGB (Red+Green+Blue) = 33+1+95=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #21015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21015F is #DEFEA0. Grayscale: #141414. Windows color (decimal): -14614177 or 6226209. OLE color: 6226209.

HSL color Cylindrical-coordinate representation of color #21015F: hue angle of 260.43º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21015F is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 1 95 -
CMYK 0.65 0.99 0 0.63
HSL 260.43º 0.98% 0.19% -
HSV(B) 260.43º 0.99% 0.37% -
XYZ 2.7 1.17 10.91 -
YUV 21.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 33 1 95 0.65 0.99 0 0.63 260.43 0.98 0.19
Hex 21 1 5F 41 63 0 3F 104 62 13
Octal 41 1 137 101 143 0 77 404 142 23
Binary 100001 1 1011111 1000001 1100011 0 111111 100000100 1100010 10011

Color Harmonies of #21015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21015F

Black with #21015F

Text Example


Text Example

White with #21015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21015F; }

 p { color: rgb(33,1,95); }

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

background-color css

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

 a { background-color: rgb(33,1,95); }

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

border-color css

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

 span { border-color: rgb(33,1,95); }

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