Html Css Color HEX #350E73 Persian Indigo

📋 copy color: '#350E73'

red 53 ◦ green 14 ◦ blue 115

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

Shades of Persian Indigo #350E73

Tints of Persian Indigo #350E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 29.12%
G = 7.69%
B = 63.19%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#350E73 (or 0x350E73) is known color: Persian Indigo. HEX triplet: 35, 0E and 73. RGB value is (53,14,115). Sum of RGB (Red+Green+Blue) = 53+14+115=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #350E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350E73 is #CAF18C. Grayscale: #242424. Windows color (decimal): -13300109 or 7540277. OLE color: 7540277.

HSL color Cylindrical-coordinate representation of color #350E73: hue angle of 263.17º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350E73 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 14 115 -
CMYK 0.54 0.88 0 0.55
HSL 263.17º 0.78% 0.25% -
HSV(B) 263.17º 0.88% 0.45% -
XYZ 4.72 2.31 16.42 -
YUV 37.18 171.92 139.29 -
System Red Green Blue C M Y K H S L
Decimal 53 14 115 0.54 0.88 0 0.55 263.17 0.78 0.25
Hex 35 E 73 36 58 0 37 107 4E 19
Octal 65 16 163 66 130 0 67 407 116 31
Binary 110101 1110 1110011 110110 1011000 0 110111 100000111 1001110 11001

Color Harmonies of #350E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E73

Black with #350E73

Text Example


Text Example

White with #350E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,14,115); }

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

background-color css

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

 a { background-color: rgb(53,14,115); }

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

border-color css

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

 span { border-color: rgb(53,14,115); }

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