Html Css Color HEX #351775 Persian Indigo

📋 copy color: '#351775'

red 53 ◦ green 23 ◦ blue 117

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

Shades of Persian Indigo #351775

Tints of Persian Indigo #351775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 117 (46.09% from 255) = 60.62%

R = 27.46%
G = 11.92%
B = 60.62%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351775 (or 0x351775) is known color: Persian Indigo. HEX triplet: 35, 17 and 75. RGB value is (53,23,117). Sum of RGB (Red+Green+Blue) = 53+23+117=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #351775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351775 is #CAE88A. Grayscale: #2A2A2A. Windows color (decimal): -13297803 or 7673653. OLE color: 7673653.

HSL color Cylindrical-coordinate representation of color #351775: hue angle of 259.15º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351775 is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 23 117 -
CMYK 0.55 0.80 0 0.54
HSL 259.15º 0.67% 0.27% -
HSV(B) 259.15º 0.8% 0.46% -
XYZ 4.99 2.65 17.08 -
YUV 42.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 53 23 117 0.55 0.80 0 0.54 259.15 0.67 0.27
Hex 35 17 75 37 50 0 36 103 43 1B
Octal 65 27 165 67 120 0 66 403 103 33
Binary 110101 10111 1110101 110111 1010000 0 110110 100000011 1000011 11011

Color Harmonies of #351775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351775

Black with #351775

Text Example


Text Example

White with #351775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351775; }

 p { color: rgb(53,23,117); }

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

background-color css

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

 a { background-color: rgb(53,23,117); }

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

border-color css

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

 span { border-color: rgb(53,23,117); }

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