Html Css Color HEX #40108A Persian Indigo

📋 copy color: '#40108A'

red 64 ◦ green 16 ◦ blue 138

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

Shades of Persian Indigo #40108A

Tints of Persian Indigo #40108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.34%

 BLUE value IS 138 (54.3% from 255) = 63.3%

R = 29.36%
G = 7.34%
B = 63.3%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40108A (or 0x40108A) is known color: Persian Indigo. HEX triplet: 40, 10 and 8A. RGB value is (64,16,138). Sum of RGB (Red+Green+Blue) = 64+16+138=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #40108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40108A is #BFEF75. Grayscale: #2B2B2B. Windows color (decimal): -12578678 or 9048128. OLE color: 9048128.

HSL color Cylindrical-coordinate representation of color #40108A: hue angle of 263.61º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40108A is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 16 138 -
CMYK 0.54 0.88 0 0.46
HSL 263.61º 0.79% 0.3% -
HSV(B) 263.61º 0.88% 0.54% -
XYZ 6.89 3.3 24.32 -
YUV 44.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 64 16 138 0.54 0.88 0 0.46 263.61 0.79 0.3
Hex 40 10 8A 36 58 0 2E 108 4F 1E
Octal 100 20 212 66 130 0 56 410 117 36
Binary 1000000 10000 10001010 110110 1011000 0 101110 100001000 1001111 11110

Color Harmonies of #40108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40108A

Black with #40108A

Text Example


Text Example

White with #40108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40108A; }

 p { color: rgb(64,16,138); }

 H1.HeaderClassName
 {
   color: #40108A;
 }
 .AnyTagClassName
 {
   color: #40108A;
 }
</style>

background-color css

<style>
 a { background-color: #40108A; }

 a { background-color: rgb(64,16,138); }

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

border-color css

<style>
 span { border-color: #40108A; }

 span { border-color: rgb(64,16,138); }

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