Html Css Color HEX #352174 Persian Indigo

📋 copy color: '#352174'

red 53 ◦ green 33 ◦ blue 116

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

Shades of Persian Indigo #352174

Tints of Persian Indigo #352174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 26.24%
G = 16.34%
B = 57.43%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#352174 (or 0x352174) is known color: Persian Indigo. HEX triplet: 35, 21 and 74. RGB value is (53,33,116). Sum of RGB (Red+Green+Blue) = 53+33+116=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #352174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352174 is #CADE8B. Grayscale: #303030. Windows color (decimal): -13295244 or 7610677. OLE color: 7610677.

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

Color convert

RGB 53 33 116 -
CMYK 0.54 0.72 0 0.55
HSL 254.46º 0.56% 0.29% -
HSV(B) 254.46º 0.72% 0.45% -
XYZ 5.16 3.11 16.85 -
YUV 48.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 53 33 116 0.54 0.72 0 0.55 254.46 0.56 0.29
Hex 35 21 74 36 48 0 37 FE 38 1D
Octal 65 41 164 66 110 0 67 376 70 35
Binary 110101 100001 1110100 110110 1001000 0 110111 11111110 111000 11101

Color Harmonies of #352174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352174

Black with #352174

Text Example


Text Example

White with #352174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352174; }

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

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

background-color css

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

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

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

border-color css

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

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

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