Html Css Color HEX #40177A Persian Indigo

📋 copy color: '#40177A'

red 64 ◦ green 23 ◦ blue 122

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

Shades of Persian Indigo #40177A

Tints of Persian Indigo #40177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11%

 BLUE value IS 122 (48.05% from 255) = 58.37%

R = 30.62%
G = 11%
B = 58.37%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40177A (or 0x40177A) is known color: Persian Indigo. HEX triplet: 40, 17 and 7A. RGB value is (64,23,122). Sum of RGB (Red+Green+Blue) = 64+23+122=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #40177A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40177A is #BFE885. Grayscale: #2E2E2E. Windows color (decimal): -12576902 or 8001344. OLE color: 8001344.

HSL color Cylindrical-coordinate representation of color #40177A: hue angle of 264.85º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40177A is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 23 122 -
CMYK 0.48 0.81 0 0.52
HSL 264.85º 0.68% 0.28% -
HSV(B) 264.85º 0.81% 0.48% -
XYZ 5.93 3.11 18.7 -
YUV 46.55 170.58 140.45 -
System Red Green Blue C M Y K H S L
Decimal 64 23 122 0.48 0.81 0 0.52 264.85 0.68 0.28
Hex 40 17 7A 30 51 0 34 109 44 1C
Octal 100 27 172 60 121 0 64 411 104 34
Binary 1000000 10111 1111010 110000 1010001 0 110100 100001001 1000100 11100

Color Harmonies of #40177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40177A

Black with #40177A

Text Example


Text Example

White with #40177A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,23,122); }

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

background-color css

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

 a { background-color: rgb(64,23,122); }

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

border-color css

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

 span { border-color: rgb(64,23,122); }

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