Html Css Color HEX #40197D Persian Indigo

📋 copy color: '#40197D'

red 64 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #40197D

Tints of Persian Indigo #40197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 58.41%

R = 29.91%
G = 11.68%
B = 58.41%

CMYK

 C value IS 0.49

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40197D (or 0x40197D) is known color: Persian Indigo. HEX triplet: 40, 19 and 7D. RGB value is (64,25,125). Sum of RGB (Red+Green+Blue) = 64+25+125=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #40197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40197D is #BFE682. Grayscale: #2F2F2F. Windows color (decimal): -12576387 or 8198464. OLE color: 8198464.

HSL color Cylindrical-coordinate representation of color #40197D: hue angle of 263.4º degrees, saturation: 0.67, 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 #40197D is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 25 125 -
CMYK 0.49 0.8 0 0.51
HSL 263.4º 0.67% 0.29% -
HSV(B) 263.4º 0.8% 0.49% -
XYZ 6.16 3.27 19.71 -
YUV 48.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 64 25 125 0.49 0.8 0 0.51 263.4 0.67 0.29
Hex 40 19 7D 31 50 0 33 107 43 1D
Octal 100 31 175 61 120 0 63 407 103 35
Binary 1000000 11001 1111101 110001 1010000 0 110011 100000111 1000011 11101

Color Harmonies of #40197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40197D

Black with #40197D

Text Example


Text Example

White with #40197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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