Html Css Color HEX #4115A7 Persian Indigo

📋 copy color: '#4115A7'

red 65 ◦ green 21 ◦ blue 167

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

Shades of Persian Indigo #4115A7

Tints of Persian Indigo #4115A7

RGB

 RED value IS 65 (25.78% from 255) = 25.69%

 GREEN value IS 21 (8.59% from 255) = 8.3%

 BLUE value IS 167 (65.63% from 255) = 66.01%

R = 25.69%
G = 8.3%
B = 66.01%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4115A7 (or 0x4115A7) is known color: Persian Indigo. HEX triplet: 41, 15 and A7. RGB value is (65,21,167). Sum of RGB (Red+Green+Blue) = 65+21+167=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 167 (65.62% from 255 or 66.01% from 253); Max value from RGB is 167 - color contains mainly: blue. Hex color #4115A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4115A7 is #BEEA58. Grayscale: #323232. Windows color (decimal): -12511833 or 10949953. OLE color: 10949953.

HSL color Cylindrical-coordinate representation of color #4115A7: hue angle of 258.08º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4115A7 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 21 167 -
CMYK 0.61 0.87 0 0.35
HSL 258.08º 0.78% 0.37% -
HSV(B) 258.08º 0.87% 0.65% -
XYZ 9.42 4.45 36.92 -
YUV 50.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 65 21 167 0.61 0.87 0 0.35 258.08 0.78 0.37
Hex 41 15 A7 3D 57 0 23 102 4E 25
Octal 101 25 247 75 127 0 43 402 116 45
Binary 1000001 10101 10100111 111101 1010111 0 100011 100000010 1001110 100101

Color Harmonies of #4115A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115A7

Black with #4115A7

Text Example


Text Example

White with #4115A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4115A7; }

 p { color: rgb(65,21,167); }

 H1.HeaderClassName
 {
   color: #4115A7;
 }
 .AnyTagClassName
 {
   color: #4115A7;
 }
</style>

background-color css

<style>
 a { background-color: #4115A7; }

 a { background-color: rgb(65,21,167); }

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

border-color css

<style>
 span { border-color: #4115A7; }

 span { border-color: rgb(65,21,167); }

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