Html Css Color HEX #350195 Persian Indigo

📋 copy color: '#350195'

red 53 ◦ green 1 ◦ blue 149

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

Shades of Persian Indigo #350195

Tints of Persian Indigo #350195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 26.11%
G = 0.49%
B = 73.4%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350195 (or 0x350195) is known color: Persian Indigo. HEX triplet: 35, 01 and 95. RGB value is (53,1,149). Sum of RGB (Red+Green+Blue) = 53+1+149=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #350195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350195 is #CAFE6A. Grayscale: #202020. Windows color (decimal): -13303403 or 9765173. OLE color: 9765173.

HSL color Cylindrical-coordinate representation of color #350195: hue angle of 261.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350195 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 1 149 -
CMYK 0.64 0.99 0 0.42
HSL 261.08º 0.99% 0.29% -
HSV(B) 261.08º 0.99% 0.58% -
XYZ 6.9 2.95 28.64 -
YUV 33.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 53 1 149 0.64 0.99 0 0.42 261.08 0.99 0.29
Hex 35 1 95 40 63 0 2A 105 63 1D
Octal 65 1 225 100 143 0 52 405 143 35
Binary 110101 1 10010101 1000000 1100011 0 101010 100000101 1100011 11101

Color Harmonies of #350195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350195

Black with #350195

Text Example


Text Example

White with #350195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350195; }

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

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

background-color css

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

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

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

border-color css

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

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

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