Html Css Color HEX #350164 Persian Indigo

📋 copy color: '#350164'

red 53 ◦ green 1 ◦ blue 100

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

Shades of Persian Indigo #350164

Tints of Persian Indigo #350164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 64.94%

R = 34.42%
G = 0.65%
B = 64.94%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#350164 (or 0x350164) is known color: Persian Indigo. HEX triplet: 35, 01 and 64. RGB value is (53,1,100). Sum of RGB (Red+Green+Blue) = 53+1+100=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 100 (39.45% from 255 or 64.94% from 154); Max value from RGB is 100 - color contains mainly: blue. Hex color #350164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350164 is #CAFE9B. Grayscale: #1B1B1B. Windows color (decimal): -13303452 or 6553909. OLE color: 6553909.

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

Color convert

RGB 53 1 100 -
CMYK 0.47 0.99 0 0.61
HSL 271.52º 0.98% 0.2% -
HSV(B) 271.52º 0.99% 0.39% -
XYZ 3.78 1.7 12.19 -
YUV 27.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 53 1 100 0.47 0.99 0 0.61 271.52 0.98 0.2
Hex 35 1 64 2F 63 0 3D 110 62 14
Octal 65 1 144 57 143 0 75 420 142 24
Binary 110101 1 1100100 101111 1100011 0 111101 100010000 1100010 10100

Color Harmonies of #350164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350164

Black with #350164

Text Example


Text Example

White with #350164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350164; }

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

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

background-color css

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

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

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

border-color css

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

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

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