Html Css Color HEX #350095 Persian Indigo

📋 copy color: '#350095'

red 53 ◦ green 0 ◦ blue 149

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

Shades of Persian Indigo #350095

Tints of Persian Indigo #350095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.24%
G = 0%
B = 73.76%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350095 (or 0x350095) is known color: Persian Indigo. HEX triplet: 35, 00 and 95. RGB value is (53,0,149). Sum of RGB (Red+Green+Blue) = 53+0+149=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #350095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350095 is #CAFF6A. Grayscale: #202020. Windows color (decimal): -13303659 or 9764917. OLE color: 9764917.

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

Color convert

RGB 53 0 149 -
CMYK 0.64 1 0 0.42
HSL 261.34º 1% 0.29% -
HSV(B) 261.34º 1% 0.58% -
XYZ 6.89 2.93 28.64 -
YUV 32.83 193.56 142.38 -
System Red Green Blue C M Y K H S L
Decimal 53 0 149 0.64 1 0 0.42 261.34 1 0.29
Hex 35 0 95 40 64 0 2A 105 64 1D
Octal 65 0 225 100 144 0 52 405 144 35
Binary 110101 0 10010101 1000000 1100100 0 101010 100000101 1100100 11101

Color Harmonies of #350095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350095

Black with #350095

Text Example


Text Example

White with #350095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350095; }

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

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

background-color css

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

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

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

border-color css

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

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

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