Html Css Color HEX #350388 Persian Indigo

📋 copy color: '#350388'

red 53 ◦ green 3 ◦ blue 136

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

Shades of Persian Indigo #350388

Tints of Persian Indigo #350388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

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

R = 27.6%
G = 1.56%
B = 70.83%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#350388 (or 0x350388) is known color: Persian Indigo. HEX triplet: 35, 03 and 88. RGB value is (53,3,136). Sum of RGB (Red+Green+Blue) = 53+3+136=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #350388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350388 is #CAFC77. Grayscale: #202020. Windows color (decimal): -13302904 or 8913717. OLE color: 8913717.

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

Color convert

RGB 53 3 136 -
CMYK 0.61 0.98 0 0.47
HSL 262.56º 0.96% 0.27% -
HSV(B) 262.56º 0.98% 0.53% -
XYZ 5.94 2.6 23.48 -
YUV 33.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 53 3 136 0.61 0.98 0 0.47 262.56 0.96 0.27
Hex 35 3 88 3D 62 0 2F 107 60 1B
Octal 65 3 210 75 142 0 57 407 140 33
Binary 110101 11 10001000 111101 1100010 0 101111 100000111 1100000 11011

Color Harmonies of #350388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350388

Black with #350388

Text Example


Text Example

White with #350388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350388; }

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

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

background-color css

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

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

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

border-color css

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

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

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