Html Css Color HEX #350288 Persian Indigo

📋 copy color: '#350288'

red 53 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #350288

Tints of Persian Indigo #350288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 27.75%
G = 1.05%
B = 71.2%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#350288 (or 0x350288) is known color: Persian Indigo. HEX triplet: 35, 02 and 88. RGB value is (53,2,136). Sum of RGB (Red+Green+Blue) = 53+2+136=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #350288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350288 is #CAFD77. Grayscale: #202020. Windows color (decimal): -13303160 or 8913461. OLE color: 8913461.

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

Color convert

RGB 53 2 136 -
CMYK 0.61 0.99 0 0.47
HSL 262.84º 0.97% 0.27% -
HSV(B) 262.84º 0.99% 0.53% -
XYZ 5.93 2.58 23.48 -
YUV 32.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 53 2 136 0.61 0.99 0 0.47 262.84 0.97 0.27
Hex 35 2 88 3D 63 0 2F 107 61 1B
Octal 65 2 210 75 143 0 57 407 141 33
Binary 110101 10 10001000 111101 1100011 0 101111 100000111 1100001 11011

Color Harmonies of #350288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350288

Black with #350288

Text Example


Text Example

White with #350288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350288; }

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

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

background-color css

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

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

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

border-color css

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

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

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