Html Css Color HEX #350071 Persian Indigo

📋 copy color: '#350071'

red 53 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #350071

Tints of Persian Indigo #350071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 31.93%
G = 0%
B = 68.07%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#350071 (or 0x350071) is known color: Persian Indigo. HEX triplet: 35, 00 and 71. RGB value is (53,0,113). Sum of RGB (Red+Green+Blue) = 53+0+113=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #350071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350071 is #CAFF8E. Grayscale: #1C1C1C. Windows color (decimal): -13303695 or 7405621. OLE color: 7405621.

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

Color convert

RGB 53 0 113 -
CMYK 0.53 1 0 0.56
HSL 268.14º 1% 0.22% -
HSV(B) 268.14º 1% 0.44% -
XYZ 4.45 1.95 15.76 -
YUV 28.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 53 0 113 0.53 1 0 0.56 268.14 1 0.22
Hex 35 0 71 35 64 0 38 10C 64 16
Octal 65 0 161 65 144 0 70 414 144 26
Binary 110101 0 1110001 110101 1100100 0 111000 100001100 1100100 10110

Color Harmonies of #350071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350071

Black with #350071

Text Example


Text Example

White with #350071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350071; }

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

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

background-color css

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

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

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

border-color css

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

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

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