Html Css Color HEX #28015F Persian Indigo

📋 copy color: '#28015F'

red 40 ◦ green 1 ◦ blue 95

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

Shades of Persian Indigo #28015F

Tints of Persian Indigo #28015F

RGB

 RED value IS 40 (16.02% from 255) = 29.41%

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

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

R = 29.41%
G = 0.74%
B = 69.85%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28015F (or 0x28015F) is known color: Persian Indigo. HEX triplet: 28, 01 and 5F. RGB value is (40,1,95). Sum of RGB (Red+Green+Blue) = 40+1+95=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #28015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28015F is #D7FEA0. Grayscale: #171717. Windows color (decimal): -14155425 or 6226216. OLE color: 6226216.

HSL color Cylindrical-coordinate representation of color #28015F: hue angle of 264.89º 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 #28015F is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 1 95 -
CMYK 0.58 0.99 0 0.63
HSL 264.89º 0.98% 0.19% -
HSV(B) 264.89º 0.99% 0.37% -
XYZ 2.95 1.3 10.92 -
YUV 23.38 168.42 139.86 -
System Red Green Blue C M Y K H S L
Decimal 40 1 95 0.58 0.99 0 0.63 264.89 0.98 0.19
Hex 28 1 5F 3A 63 0 3F 109 62 13
Octal 50 1 137 72 143 0 77 411 142 23
Binary 101000 1 1011111 111010 1100011 0 111111 100001001 1100010 10011

Color Harmonies of #28015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28015F

Black with #28015F

Text Example


Text Example

White with #28015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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