Html Css Color HEX #350774 Persian Indigo

📋 copy color: '#350774'

red 53 ◦ green 7 ◦ blue 116

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

Shades of Persian Indigo #350774

Tints of Persian Indigo #350774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.98%

 BLUE value IS 116 (45.7% from 255) = 65.91%

R = 30.11%
G = 3.98%
B = 65.91%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#350774 (or 0x350774) is known color: Persian Indigo. HEX triplet: 35, 07 and 74. RGB value is (53,7,116). Sum of RGB (Red+Green+Blue) = 53+7+116=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #350774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350774 is #CAF88B. Grayscale: #202020. Windows color (decimal): -13301900 or 7604021. OLE color: 7604021.

HSL color Cylindrical-coordinate representation of color #350774: hue angle of 265.32º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350774 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 7 116 -
CMYK 0.54 0.94 0 0.55
HSL 265.32º 0.89% 0.24% -
HSV(B) 265.32º 0.94% 0.45% -
XYZ 4.7 2.17 16.69 -
YUV 33.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 53 7 116 0.54 0.94 0 0.55 265.32 0.89 0.24
Hex 35 7 74 36 5E 0 37 109 59 18
Octal 65 7 164 66 136 0 67 411 131 30
Binary 110101 111 1110100 110110 1011110 0 110111 100001001 1011001 11000

Color Harmonies of #350774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350774

Black with #350774

Text Example


Text Example

White with #350774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350774; }

 p { color: rgb(53,7,116); }

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

background-color css

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

 a { background-color: rgb(53,7,116); }

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

border-color css

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

 span { border-color: rgb(53,7,116); }

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