Html Css Color HEX #350186 Persian Indigo

📋 copy color: '#350186'

red 53 ◦ green 1 ◦ blue 134

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

Shades of Persian Indigo #350186

Tints of Persian Indigo #350186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 134 (52.73% from 255) = 71.28%

R = 28.19%
G = 0.53%
B = 71.28%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#350186 (or 0x350186) is known color: Persian Indigo. HEX triplet: 35, 01 and 86. RGB value is (53,1,134). Sum of RGB (Red+Green+Blue) = 53+1+134=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #350186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350186 is #CAFE79. Grayscale: #1F1F1F. Windows color (decimal): -13303418 or 8782133. OLE color: 8782133.

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

Color convert

RGB 53 1 134 -
CMYK 0.60 0.99 0 0.47
HSL 263.46º 0.99% 0.26% -
HSV(B) 263.46º 0.99% 0.53% -
XYZ 5.78 2.5 22.73 -
YUV 31.71 185.73 143.19 -
System Red Green Blue C M Y K H S L
Decimal 53 1 134 0.60 0.99 0 0.47 263.46 0.99 0.26
Hex 35 1 86 3C 63 0 2F 107 63 1A
Octal 65 1 206 74 143 0 57 407 143 32
Binary 110101 1 10000110 111100 1100011 0 101111 100000111 1100011 11010

Color Harmonies of #350186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350186

Black with #350186

Text Example


Text Example

White with #350186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350186; }

 p { color: rgb(53,1,134); }

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

background-color css

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

 a { background-color: rgb(53,1,134); }

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

border-color css

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

 span { border-color: rgb(53,1,134); }

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