Html Css Color HEX #400F9B Persian Indigo

📋 copy color: '#400F9B'

red 64 ◦ green 15 ◦ blue 155

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

Shades of Persian Indigo #400F9B

Tints of Persian Indigo #400F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.24%

R = 27.35%
G = 6.41%
B = 66.24%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#400F9B (or 0x400F9B) is known color: Persian Indigo. HEX triplet: 40, 0F and 9B. RGB value is (64,15,155). Sum of RGB (Red+Green+Blue) = 64+15+155=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #400F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400F9B is #BFF064. Grayscale: #2D2D2D. Windows color (decimal): -12578917 or 10161984. OLE color: 10161984.

HSL color Cylindrical-coordinate representation of color #400F9B: hue angle of 261º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400F9B is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 15 155 -
CMYK 0.59 0.90 0 0.39
HSL 261º 0.82% 0.33% -
HSV(B) 261º 0.9% 0.61% -
XYZ 8.2 3.8 31.31 -
YUV 45.61 189.73 141.12 -
System Red Green Blue C M Y K H S L
Decimal 64 15 155 0.59 0.90 0 0.39 261 0.82 0.33
Hex 40 F 9B 3B 5A 0 27 105 52 21
Octal 100 17 233 73 132 0 47 405 122 41
Binary 1000000 1111 10011011 111011 1011010 0 100111 100000101 1010010 100001

Color Harmonies of #400F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F9B

Black with #400F9B

Text Example


Text Example

White with #400F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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