Html Css Color HEX #351375 Persian Indigo

📋 copy color: '#351375'

red 53 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #351375

Tints of Persian Indigo #351375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 28.04%
G = 10.05%
B = 61.9%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351375 (or 0x351375) is known color: Persian Indigo. HEX triplet: 35, 13 and 75. RGB value is (53,19,117). Sum of RGB (Red+Green+Blue) = 53+19+117=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #351375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351375 is #CAEC8A. Grayscale: #272727. Windows color (decimal): -13298827 or 7672629. OLE color: 7672629.

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

Color convert

RGB 53 19 117 -
CMYK 0.55 0.84 0 0.54
HSL 260.82º 0.72% 0.27% -
HSV(B) 260.82º 0.84% 0.46% -
XYZ 4.91 2.51 17.05 -
YUV 40.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 53 19 117 0.55 0.84 0 0.54 260.82 0.72 0.27
Hex 35 13 75 37 54 0 36 105 48 1B
Octal 65 23 165 67 124 0 66 405 110 33
Binary 110101 10011 1110101 110111 1010100 0 110110 100000101 1001000 11011

Color Harmonies of #351375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351375

Black with #351375

Text Example


Text Example

White with #351375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351375; }

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

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

background-color css

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

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

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

border-color css

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

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

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