Html Css Color HEX #350077 Persian Indigo

📋 copy color: '#350077'

red 53 ◦ green 0 ◦ blue 119

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

Shades of Persian Indigo #350077

Tints of Persian Indigo #350077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 30.81%
G = 0%
B = 69.19%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#350077 (or 0x350077) is known color: Persian Indigo. HEX triplet: 35, 00 and 77. RGB value is (53,0,119). Sum of RGB (Red+Green+Blue) = 53+0+119=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #350077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350077 is #CAFF88. Grayscale: #1C1C1C. Windows color (decimal): -13303689 or 7798837. OLE color: 7798837.

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

Color convert

RGB 53 0 119 -
CMYK 0.55 1 0 0.53
HSL 266.72º 1% 0.23% -
HSV(B) 266.72º 1% 0.47% -
XYZ 4.8 2.09 17.6 -
YUV 29.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 53 0 119 0.55 1 0 0.53 266.72 1 0.23
Hex 35 0 77 37 64 0 35 10B 64 17
Octal 65 0 167 67 144 0 65 413 144 27
Binary 110101 0 1110111 110111 1100100 0 110101 100001011 1100100 10111

Color Harmonies of #350077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350077

Black with #350077

Text Example


Text Example

White with #350077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350077; }

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

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

background-color css

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

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

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

border-color css

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

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

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