Html Css Color HEX #28035E Persian Indigo

📋 copy color: '#28035E'

red 40 ◦ green 3 ◦ blue 94

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

Shades of Persian Indigo #28035E

Tints of Persian Indigo #28035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 94 (37.11% from 255) = 68.61%

R = 29.2%
G = 2.19%
B = 68.61%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28035E (or 0x28035E) is known color: Persian Indigo. HEX triplet: 28, 03 and 5E. RGB value is (40,3,94). Sum of RGB (Red+Green+Blue) = 40+3+94=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #28035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28035E is #D7FCA1. Grayscale: #181818. Windows color (decimal): -14154914 or 6161192. OLE color: 6161192.

HSL color Cylindrical-coordinate representation of color #28035E: hue angle of 264.4º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28035E is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 3 94 -
CMYK 0.57 0.97 0 0.63
HSL 264.4º 0.94% 0.19% -
HSV(B) 264.4º 0.97% 0.37% -
XYZ 2.93 1.32 10.69 -
YUV 24.44 167.26 139.1 -
System Red Green Blue C M Y K H S L
Decimal 40 3 94 0.57 0.97 0 0.63 264.4 0.94 0.19
Hex 28 3 5E 39 61 0 3F 108 5E 13
Octal 50 3 136 71 141 0 77 410 136 23
Binary 101000 11 1011110 111001 1100001 0 111111 100001000 1011110 10011

Color Harmonies of #28035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28035E

Black with #28035E

Text Example


Text Example

White with #28035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28035E; }

 p { color: rgb(40,3,94); }

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

background-color css

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

 a { background-color: rgb(40,3,94); }

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

border-color css

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

 span { border-color: rgb(40,3,94); }

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