Html Css Color HEX #350C71 Persian Indigo

📋 copy color: '#350C71'

red 53 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #350C71

Tints of Persian Indigo #350C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.74%

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

R = 29.78%
G = 6.74%
B = 63.48%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#350C71 (or 0x350C71) is known color: Persian Indigo. HEX triplet: 35, 0C and 71. RGB value is (53,12,113). Sum of RGB (Red+Green+Blue) = 53+12+113=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #350C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C71 is #CAF38E. Grayscale: #232323. Windows color (decimal): -13300623 or 7408693. OLE color: 7408693.

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

Color convert

RGB 53 12 113 -
CMYK 0.53 0.89 0 0.56
HSL 264.36º 0.81% 0.25% -
HSV(B) 264.36º 0.89% 0.44% -
XYZ 4.58 2.21 15.81 -
YUV 35.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 53 12 113 0.53 0.89 0 0.56 264.36 0.81 0.25
Hex 35 C 71 35 59 0 38 108 51 19
Octal 65 14 161 65 131 0 70 410 121 31
Binary 110101 1100 1110001 110101 1011001 0 111000 100001000 1010001 11001

Color Harmonies of #350C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C71

Black with #350C71

Text Example


Text Example

White with #350C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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