Html Css Color HEX #4113AA Persian Indigo

📋 copy color: '#4113AA'

red 65 ◦ green 19 ◦ blue 170

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

Shades of Persian Indigo #4113AA

Tints of Persian Indigo #4113AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 25.59%
G = 7.48%
B = 66.93%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4113AA (or 0x4113AA) is known color: Persian Indigo. HEX triplet: 41, 13 and AA. RGB value is (65,19,170). Sum of RGB (Red+Green+Blue) = 65+19+170=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #4113AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4113AA is #BEEC55. Grayscale: #313131. Windows color (decimal): -12512342 or 11146049. OLE color: 11146049.

HSL color Cylindrical-coordinate representation of color #4113AA: hue angle of 258.28º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4113AA is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 19 170 -
CMYK 0.62 0.89 0 0.33
HSL 258.28º 0.8% 0.37% -
HSV(B) 258.28º 0.89% 0.67% -
XYZ 9.67 4.49 38.39 -
YUV 49.97 195.74 138.72 -
System Red Green Blue C M Y K H S L
Decimal 65 19 170 0.62 0.89 0 0.33 258.28 0.8 0.37
Hex 41 13 AA 3E 59 0 21 102 50 25
Octal 101 23 252 76 131 0 41 402 120 45
Binary 1000001 10011 10101010 111110 1011001 0 100001 100000010 1010000 100101

Color Harmonies of #4113AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4113AA

Black with #4113AA

Text Example


Text Example

White with #4113AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4113AA; }

 p { color: rgb(65,19,170); }

 H1.HeaderClassName
 {
   color: #4113AA;
 }
 .AnyTagClassName
 {
   color: #4113AA;
 }
</style>

background-color css

<style>
 a { background-color: #4113AA; }

 a { background-color: rgb(65,19,170); }

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

border-color css

<style>
 span { border-color: #4113AA; }

 span { border-color: rgb(65,19,170); }

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