Html Css Color HEX #351088 Persian Indigo

📋 copy color: '#351088'

red 53 ◦ green 16 ◦ blue 136

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

Shades of Persian Indigo #351088

Tints of Persian Indigo #351088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 136 (53.52% from 255) = 66.34%

R = 25.85%
G = 7.8%
B = 66.34%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#351088 (or 0x351088) is known color: Persian Indigo. HEX triplet: 35, 10 and 88. RGB value is (53,16,136). Sum of RGB (Red+Green+Blue) = 53+16+136=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 136 (53.52% from 255 or 66.34% from 205); Max value from RGB is 136 - color contains mainly: blue. Hex color #351088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351088 is #CAEF77. Grayscale: #282828. Windows color (decimal): -13299576 or 8917045. OLE color: 8917045.

HSL color Cylindrical-coordinate representation of color #351088: hue angle of 258.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351088 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 16 136 -
CMYK 0.61 0.88 0 0.47
HSL 258.5º 0.79% 0.3% -
HSV(B) 258.5º 0.88% 0.53% -
XYZ 6.1 2.91 23.53 -
YUV 40.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 53 16 136 0.61 0.88 0 0.47 258.5 0.79 0.3
Hex 35 10 88 3D 58 0 2F 102 4F 1E
Octal 65 20 210 75 130 0 57 402 117 36
Binary 110101 10000 10001000 111101 1011000 0 101111 100000010 1001111 11110

Color Harmonies of #351088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351088

Black with #351088

Text Example


Text Example

White with #351088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351088; }

 p { color: rgb(53,16,136); }

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

background-color css

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

 a { background-color: rgb(53,16,136); }

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

border-color css

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

 span { border-color: rgb(53,16,136); }

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