Html Css Color HEX #350076 Persian Indigo

📋 copy color: '#350076'

red 53 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #350076

Tints of Persian Indigo #350076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.01%

R = 30.99%
G = 0%
B = 69.01%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#350076 (or 0x350076) is known color: Persian Indigo. HEX triplet: 35, 00 and 76. RGB value is (53,0,118). Sum of RGB (Red+Green+Blue) = 53+0+118=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #350076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350076 is #CAFF89. Grayscale: #1C1C1C. Windows color (decimal): -13303690 or 7733301. OLE color: 7733301.

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

Color convert

RGB 53 0 118 -
CMYK 0.55 1 0 0.54
HSL 266.95º 1% 0.23% -
HSV(B) 266.95º 1% 0.46% -
XYZ 4.74 2.06 17.29 -
YUV 29.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 53 0 118 0.55 1 0 0.54 266.95 1 0.23
Hex 35 0 76 37 64 0 36 10B 64 17
Octal 65 0 166 67 144 0 66 413 144 27
Binary 110101 0 1110110 110111 1100100 0 110110 100001011 1100100 10111

Color Harmonies of #350076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350076

Black with #350076

Text Example


Text Example

White with #350076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350076; }

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

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

background-color css

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

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

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

border-color css

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

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

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