Html Css Color HEX #4215A1 Persian Indigo

📋 copy color: '#4215A1'

red 66 ◦ green 21 ◦ blue 161

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

Shades of Persian Indigo #4215A1

Tints of Persian Indigo #4215A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 64.92%

R = 26.61%
G = 8.47%
B = 64.92%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4215A1 (or 0x4215A1) is known color: Persian Indigo. HEX triplet: 42, 15 and A1. RGB value is (66,21,161). Sum of RGB (Red+Green+Blue) = 66+21+161=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 161 (63.28% from 255 or 64.92% from 248); Max value from RGB is 161 - color contains mainly: blue. Hex color #4215A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4215A1 is #BDEA5E. Grayscale: #313131. Windows color (decimal): -12446303 or 10556738. OLE color: 10556738.

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

Color convert

RGB 66 21 161 -
CMYK 0.59 0.87 0 0.37
HSL 259.29º 0.77% 0.36% -
HSV(B) 259.29º 0.87% 0.63% -
XYZ 8.95 4.27 34.07 -
YUV 50.42 190.41 139.12 -
System Red Green Blue C M Y K H S L
Decimal 66 21 161 0.59 0.87 0 0.37 259.29 0.77 0.36
Hex 42 15 A1 3B 57 0 25 103 4D 24
Octal 102 25 241 73 127 0 45 403 115 44
Binary 1000010 10101 10100001 111011 1010111 0 100101 100000011 1001101 100100

Color Harmonies of #4215A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4215A1

Black with #4215A1

Text Example


Text Example

White with #4215A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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