Html Css Color HEX #3509A5 Persian Indigo

📋 copy color: '#3509A5'

red 53 ◦ green 9 ◦ blue 165

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

Shades of Persian Indigo #3509A5

Tints of Persian Indigo #3509A5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

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

R = 23.35%
G = 3.96%
B = 72.69%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3509A5 (or 0x3509A5) is known color: Persian Indigo. HEX triplet: 35, 09 and A5. RGB value is (53,9,165). Sum of RGB (Red+Green+Blue) = 53+9+165=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 165 (64.84% from 255 or 72.69% from 227); Max value from RGB is 165 - color contains mainly: blue. Hex color #3509A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3509A5 is #CAF65A. Grayscale: #272727. Windows color (decimal): -13301339 or 10815797. OLE color: 10815797.

HSL color Cylindrical-coordinate representation of color #3509A5: hue angle of 256.92º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3509A5 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 9 165 -
CMYK 0.68 0.95 0 0.35
HSL 256.92º 0.9% 0.34% -
HSV(B) 256.92º 0.95% 0.65% -
XYZ 8.36 3.67 35.86 -
YUV 39.94 198.58 137.32 -
System Red Green Blue C M Y K H S L
Decimal 53 9 165 0.68 0.95 0 0.35 256.92 0.9 0.34
Hex 35 9 A5 44 5F 0 23 101 5A 22
Octal 65 11 245 104 137 0 43 401 132 42
Binary 110101 1001 10100101 1000100 1011111 0 100011 100000001 1011010 100010

Color Harmonies of #3509A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3509A5

Black with #3509A5

Text Example


Text Example

White with #3509A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,9,165); }

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

background-color css

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

 a { background-color: rgb(53,9,165); }

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

border-color css

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

 span { border-color: rgb(53,9,165); }

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