Html Css Color HEX #40187C Persian Indigo

📋 copy color: '#40187C'

red 64 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #40187C

Tints of Persian Indigo #40187C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.32%

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 30.19%
G = 11.32%
B = 58.49%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40187C (or 0x40187C) is known color: Persian Indigo. HEX triplet: 40, 18 and 7C. RGB value is (64,24,124). Sum of RGB (Red+Green+Blue) = 64+24+124=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #40187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40187C is #BFE783. Grayscale: #2F2F2F. Windows color (decimal): -12576644 or 8132672. OLE color: 8132672.

HSL color Cylindrical-coordinate representation of color #40187C: hue angle of 264º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40187C is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 24 124 -
CMYK 0.48 0.81 0 0.51
HSL 264º 0.68% 0.29% -
HSV(B) 264º 0.81% 0.49% -
XYZ 6.08 3.2 19.37 -
YUV 47.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 64 24 124 0.48 0.81 0 0.51 264 0.68 0.29
Hex 40 18 7C 30 51 0 33 108 44 1D
Octal 100 30 174 60 121 0 63 410 104 35
Binary 1000000 11000 1111100 110000 1010001 0 110011 100001000 1000100 11101

Color Harmonies of #40187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40187C

Black with #40187C

Text Example


Text Example

White with #40187C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40187C; }

 p { color: rgb(64,24,124); }

 H1.HeaderClassName
 {
   color: #40187C;
 }
 .AnyTagClassName
 {
   color: #40187C;
 }
</style>

background-color css

<style>
 a { background-color: #40187C; }

 a { background-color: rgb(64,24,124); }

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

border-color css

<style>
 span { border-color: #40187C; }

 span { border-color: rgb(64,24,124); }

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