Html Css Color HEX #4215A5 Persian Indigo

📋 copy color: '#4215A5'

red 66 ◦ green 21 ◦ blue 165

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

Shades of Persian Indigo #4215A5

Tints of Persian Indigo #4215A5

RGB

 RED value IS 66 (26.17% from 255) = 26.19%

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

 BLUE value IS 165 (64.84% from 255) = 65.48%

R = 26.19%
G = 8.33%
B = 65.48%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4215A5 (or 0x4215A5) is known color: Persian Indigo. HEX triplet: 42, 15 and A5. RGB value is (66,21,165). Sum of RGB (Red+Green+Blue) = 66+21+165=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 165 (64.84% from 255 or 65.48% from 252); Max value from RGB is 165 - color contains mainly: blue. Hex color #4215A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4215A5 is #BDEA5A. Grayscale: #323232. Windows color (decimal): -12446299 or 10818882. OLE color: 10818882.

HSL color Cylindrical-coordinate representation of color #4215A5: hue angle of 258.75º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4215A5 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 21 165 -
CMYK 0.60 0.87 0 0.35
HSL 258.75º 0.77% 0.36% -
HSV(B) 258.75º 0.87% 0.65% -
XYZ 9.31 4.41 35.96 -
YUV 50.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 66 21 165 0.60 0.87 0 0.35 258.75 0.77 0.36
Hex 42 15 A5 3C 57 0 23 103 4D 24
Octal 102 25 245 74 127 0 43 403 115 44
Binary 1000010 10101 10100101 111100 1010111 0 100011 100000011 1001101 100100

Color Harmonies of #4215A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4215A5

Black with #4215A5

Text Example


Text Example

White with #4215A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4215A5; }

 p { color: rgb(66,21,165); }

 H1.HeaderClassName
 {
   color: #4215A5;
 }
 .AnyTagClassName
 {
   color: #4215A5;
 }
</style>

background-color css

<style>
 a { background-color: #4215A5; }

 a { background-color: rgb(66,21,165); }

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

border-color css

<style>
 span { border-color: #4215A5; }

 span { border-color: rgb(66,21,165); }

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