Html Css Color HEX #40127B Persian Indigo

📋 copy color: '#40127B'

red 64 ◦ green 18 ◦ blue 123

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

Shades of Persian Indigo #40127B

Tints of Persian Indigo #40127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

 BLUE value IS 123 (48.44% from 255) = 60%

R = 31.22%
G = 8.78%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40127B (or 0x40127B) is known color: Persian Indigo. HEX triplet: 40, 12 and 7B. RGB value is (64,18,123). Sum of RGB (Red+Green+Blue) = 64+18+123=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #40127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40127B is #BFED84. Grayscale: #2B2B2B. Windows color (decimal): -12578181 or 8065600. OLE color: 8065600.

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

Color convert

RGB 64 18 123 -
CMYK 0.48 0.85 0 0.52
HSL 266.29º 0.74% 0.28% -
HSV(B) 266.29º 0.85% 0.48% -
XYZ 5.91 2.95 19 -
YUV 43.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 64 18 123 0.48 0.85 0 0.52 266.29 0.74 0.28
Hex 40 12 7B 30 55 0 34 10A 4A 1C
Octal 100 22 173 60 125 0 64 412 112 34
Binary 1000000 10010 1111011 110000 1010101 0 110100 100001010 1001010 11100

Color Harmonies of #40127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40127B

Black with #40127B

Text Example


Text Example

White with #40127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40127B; }

 p { color: rgb(64,18,123); }

 H1.HeaderClassName
 {
   color: #40127B;
 }
 .AnyTagClassName
 {
   color: #40127B;
 }
</style>

background-color css

<style>
 a { background-color: #40127B; }

 a { background-color: rgb(64,18,123); }

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

border-color css

<style>
 span { border-color: #40127B; }

 span { border-color: rgb(64,18,123); }

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