Html Css Color HEX #350975 Persian Indigo

📋 copy color: '#350975'

red 53 ◦ green 9 ◦ blue 117

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

Shades of Persian Indigo #350975

Tints of Persian Indigo #350975

RGB

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

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

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

R = 29.61%
G = 5.03%
B = 65.36%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#350975 (or 0x350975) is known color: Persian Indigo. HEX triplet: 35, 09 and 75. RGB value is (53,9,117). Sum of RGB (Red+Green+Blue) = 53+9+117=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #350975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350975 is #CAF68A. Grayscale: #222222. Windows color (decimal): -13301387 or 7670069. OLE color: 7670069.

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

Color convert

RGB 53 9 117 -
CMYK 0.55 0.92 0 0.54
HSL 264.44º 0.86% 0.25% -
HSV(B) 264.44º 0.92% 0.46% -
XYZ 4.78 2.24 17.01 -
YUV 34.47 174.58 141.22 -
System Red Green Blue C M Y K H S L
Decimal 53 9 117 0.55 0.92 0 0.54 264.44 0.86 0.25
Hex 35 9 75 37 5C 0 36 108 56 19
Octal 65 11 165 67 134 0 66 410 126 31
Binary 110101 1001 1110101 110111 1011100 0 110110 100001000 1010110 11001

Color Harmonies of #350975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350975

Black with #350975

Text Example


Text Example

White with #350975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350975; }

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

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

background-color css

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

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

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

border-color css

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

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

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