Html Css Color HEX #3514A5 Persian Indigo

📋 copy color: '#3514A5'

red 53 ◦ green 20 ◦ blue 165

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

Shades of Persian Indigo #3514A5

Tints of Persian Indigo #3514A5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.4%

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

R = 22.27%
G = 8.4%
B = 69.33%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3514A5 (or 0x3514A5) is known color: Persian Indigo. HEX triplet: 35, 14 and A5. RGB value is (53,20,165). Sum of RGB (Red+Green+Blue) = 53+20+165=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 165 (64.84% from 255 or 69.33% from 238); Max value from RGB is 165 - color contains mainly: blue. Hex color #3514A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3514A5 is #CAEB5A. Grayscale: #2D2D2D. Windows color (decimal): -13298523 or 10818613. OLE color: 10818613.

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

Color convert

RGB 53 20 165 -
CMYK 0.68 0.88 0 0.35
HSL 253.66º 0.78% 0.36% -
HSV(B) 253.66º 0.88% 0.65% -
XYZ 8.51 3.97 35.92 -
YUV 46.4 194.93 132.71 -
System Red Green Blue C M Y K H S L
Decimal 53 20 165 0.68 0.88 0 0.35 253.66 0.78 0.36
Hex 35 14 A5 44 58 0 23 FE 4E 24
Octal 65 24 245 104 130 0 43 376 116 44
Binary 110101 10100 10100101 1000100 1011000 0 100011 11111110 1001110 100100

Color Harmonies of #3514A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3514A5

Black with #3514A5

Text Example


Text Example

White with #3514A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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