Html Css Color HEX #350178 Persian Indigo

📋 copy color: '#350178'

red 53 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #350178

Tints of Persian Indigo #350178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 120 (47.27% from 255) = 68.97%

R = 30.46%
G = 0.57%
B = 68.97%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#350178 (or 0x350178) is known color: Persian Indigo. HEX triplet: 35, 01 and 78. RGB value is (53,1,120). Sum of RGB (Red+Green+Blue) = 53+1+120=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #350178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350178 is #CAFE87. Grayscale: #1D1D1D. Windows color (decimal): -13303432 or 7864629. OLE color: 7864629.

HSL color Cylindrical-coordinate representation of color #350178: hue angle of 266.22º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #350178 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 1 120 -
CMYK 0.56 0.99 0 0.53
HSL 266.22º 0.98% 0.24% -
HSV(B) 266.22º 0.99% 0.47% -
XYZ 4.87 2.13 17.92 -
YUV 30.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 53 1 120 0.56 0.99 0 0.53 266.22 0.98 0.24
Hex 35 1 78 38 63 0 35 10A 62 18
Octal 65 1 170 70 143 0 65 412 142 30
Binary 110101 1 1111000 111000 1100011 0 110101 100001010 1100010 11000

Color Harmonies of #350178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350178

Black with #350178

Text Example


Text Example

White with #350178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350178; }

 p { color: rgb(53,1,120); }

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

background-color css

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

 a { background-color: rgb(53,1,120); }

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

border-color css

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

 span { border-color: rgb(53,1,120); }

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