Html Css Color HEX #351675 Persian Indigo

📋 copy color: '#351675'

red 53 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #351675

Tints of Persian Indigo #351675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 27.6%
G = 11.46%
B = 60.94%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351675 (or 0x351675) is known color: Persian Indigo. HEX triplet: 35, 16 and 75. RGB value is (53,22,117). Sum of RGB (Red+Green+Blue) = 53+22+117=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #351675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351675 is #CAE98A. Grayscale: #292929. Windows color (decimal): -13298059 or 7673397. OLE color: 7673397.

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

Color convert

RGB 53 22 117 -
CMYK 0.55 0.81 0 0.54
HSL 259.58º 0.68% 0.27% -
HSV(B) 259.58º 0.81% 0.46% -
XYZ 4.97 2.62 17.07 -
YUV 42.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 53 22 117 0.55 0.81 0 0.54 259.58 0.68 0.27
Hex 35 16 75 37 51 0 36 104 44 1B
Octal 65 26 165 67 121 0 66 404 104 33
Binary 110101 10110 1110101 110111 1010001 0 110110 100000100 1000100 11011

Color Harmonies of #351675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351675

Black with #351675

Text Example


Text Example

White with #351675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351675; }

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

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

background-color css

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

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

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

border-color css

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

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

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