Html Css Color HEX #3501A2 Persian Indigo

📋 copy color: '#3501A2'

red 53 ◦ green 1 ◦ blue 162

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

Shades of Persian Indigo #3501A2

Tints of Persian Indigo #3501A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 75%

R = 24.54%
G = 0.46%
B = 75%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3501A2 (or 0x3501A2) is known color: Persian Indigo. HEX triplet: 35, 01 and A2. RGB value is (53,1,162). Sum of RGB (Red+Green+Blue) = 53+1+162=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 162 (63.67% from 255 or 75% from 216); Max value from RGB is 162 - color contains mainly: blue. Hex color #3501A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3501A2 is #CAFE5D. Grayscale: #222222. Windows color (decimal): -13303390 or 10617141. OLE color: 10617141.

HSL color Cylindrical-coordinate representation of color #3501A2: hue angle of 259.38º 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 #3501A2 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 1 162 -
CMYK 0.67 0.99 0 0.36
HSL 259.38º 0.99% 0.32% -
HSV(B) 259.38º 0.99% 0.64% -
XYZ 8 3.39 34.41 -
YUV 34.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 53 1 162 0.67 0.99 0 0.36 259.38 0.99 0.32
Hex 35 1 A2 43 63 0 24 103 63 20
Octal 65 1 242 103 143 0 44 403 143 40
Binary 110101 1 10100010 1000011 1100011 0 100100 100000011 1100011 100000

Color Harmonies of #3501A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3501A2

Black with #3501A2

Text Example


Text Example

White with #3501A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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