Html Css Color HEX #40197C Persian Indigo

📋 copy color: '#40197C'

red 64 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #40197C

Tints of Persian Indigo #40197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 30.05%
G = 11.74%
B = 58.22%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40197C (or 0x40197C) is known color: Persian Indigo. HEX triplet: 40, 19 and 7C. RGB value is (64,25,124). Sum of RGB (Red+Green+Blue) = 64+25+124=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #40197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40197C is #BFE683. Grayscale: #2F2F2F. Windows color (decimal): -12576388 or 8132928. OLE color: 8132928.

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

Color convert

RGB 64 25 124 -
CMYK 0.48 0.80 0 0.51
HSL 263.64º 0.66% 0.29% -
HSV(B) 263.64º 0.8% 0.49% -
XYZ 6.1 3.24 19.37 -
YUV 47.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 64 25 124 0.48 0.80 0 0.51 263.64 0.66 0.29
Hex 40 19 7C 30 50 0 33 108 42 1D
Octal 100 31 174 60 120 0 63 410 102 35
Binary 1000000 11001 1111100 110000 1010000 0 110011 100001000 1000010 11101

Color Harmonies of #40197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40197C

Black with #40197C

Text Example


Text Example

White with #40197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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