Html Css Color HEX #400F88 Persian Indigo

📋 copy color: '#400F88'

red 64 ◦ green 15 ◦ blue 136

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

Shades of Persian Indigo #400F88

Tints of Persian Indigo #400F88

RGB

 RED value IS 64 (25.39% from 255) = 29.77%

 GREEN value IS 15 (6.25% from 255) = 6.98%

 BLUE value IS 136 (53.52% from 255) = 63.26%

R = 29.77%
G = 6.98%
B = 63.26%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#400F88 (or 0x400F88) is known color: Persian Indigo. HEX triplet: 40, 0F and 88. RGB value is (64,15,136). Sum of RGB (Red+Green+Blue) = 64+15+136=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #400F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400F88 is #BFF077. Grayscale: #2B2B2B. Windows color (decimal): -12578936 or 8916800. OLE color: 8916800.

HSL color Cylindrical-coordinate representation of color #400F88: hue angle of 264.3º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400F88 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 15 136 -
CMYK 0.53 0.89 0 0.47
HSL 264.3º 0.8% 0.3% -
HSV(B) 264.3º 0.89% 0.53% -
XYZ 6.73 3.21 23.56 -
YUV 43.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 64 15 136 0.53 0.89 0 0.47 264.3 0.8 0.3
Hex 40 F 88 35 59 0 2F 108 50 1E
Octal 100 17 210 65 131 0 57 410 120 36
Binary 1000000 1111 10001000 110101 1011001 0 101111 100001000 1010000 11110

Color Harmonies of #400F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F88

Black with #400F88

Text Example


Text Example

White with #400F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400F88; }

 p { color: rgb(64,15,136); }

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

background-color css

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

 a { background-color: rgb(64,15,136); }

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

border-color css

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

 span { border-color: rgb(64,15,136); }

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