Html Css Color HEX #3501A4 Persian Indigo

📋 copy color: '#3501A4'

red 53 ◦ green 1 ◦ blue 164

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

Shades of Persian Indigo #3501A4

Tints of Persian Indigo #3501A4

RGB

 RED value IS 53 (21.09% from 255) = 24.31%

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 164 (64.45% from 255) = 75.23%

R = 24.31%
G = 0.46%
B = 75.23%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3501A4 (or 0x3501A4) is known color: Persian Indigo. HEX triplet: 35, 01 and A4. RGB value is (53,1,164). Sum of RGB (Red+Green+Blue) = 53+1+164=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 164 (64.45% from 255 or 75.23% from 218); Max value from RGB is 164 - color contains mainly: blue. Hex color #3501A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3501A4 is #CAFE5B. Grayscale: #222222. Windows color (decimal): -13303388 or 10748213. OLE color: 10748213.

HSL color Cylindrical-coordinate representation of color #3501A4: hue angle of 259.14º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3501A4 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 1 164 -
CMYK 0.68 0.99 0 0.36
HSL 259.14º 0.99% 0.32% -
HSV(B) 259.14º 0.99% 0.64% -
XYZ 8.18 3.46 35.36 -
YUV 35.13 200.73 140.75 -
System Red Green Blue C M Y K H S L
Decimal 53 1 164 0.68 0.99 0 0.36 259.14 0.99 0.32
Hex 35 1 A4 44 63 0 24 103 63 20
Octal 65 1 244 104 143 0 44 403 143 40
Binary 110101 1 10100100 1000100 1100011 0 100100 100000011 1100011 100000

Color Harmonies of #3501A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501A4

Black with #3501A4

Text Example


Text Example

White with #3501A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3501A4; }

 p { color: rgb(53,1,164); }

 H1.HeaderClassName
 {
   color: #3501A4;
 }
 .AnyTagClassName
 {
   color: #3501A4;
 }
</style>

background-color css

<style>
 a { background-color: #3501A4; }

 a { background-color: rgb(53,1,164); }

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

border-color css

<style>
 span { border-color: #3501A4; }

 span { border-color: rgb(53,1,164); }

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