Html Css Color HEX #350565 Persian Indigo

📋 copy color: '#350565'

red 53 ◦ green 5 ◦ blue 101

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

Shades of Persian Indigo #350565

Tints of Persian Indigo #350565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.14%

 BLUE value IS 101 (39.84% from 255) = 63.52%

R = 33.33%
G = 3.14%
B = 63.52%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#350565 (or 0x350565) is known color: Persian Indigo. HEX triplet: 35, 05 and 65. RGB value is (53,5,101). Sum of RGB (Red+Green+Blue) = 53+5+101=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 101 (39.84% from 255 or 63.52% from 159); Max value from RGB is 101 - color contains mainly: blue. Hex color #350565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350565 is #CAFA9A. Grayscale: #1D1D1D. Windows color (decimal): -13302427 or 6620469. OLE color: 6620469.

HSL color Cylindrical-coordinate representation of color #350565: hue angle of 270º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350565 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 5 101 -
CMYK 0.48 0.95 0 0.60
HSL 270º 0.91% 0.21% -
HSV(B) 270º 0.95% 0.4% -
XYZ 3.87 1.81 12.46 -
YUV 30.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 53 5 101 0.48 0.95 0 0.60 270 0.91 0.21
Hex 35 5 65 30 5F 0 3C 10E 5B 15
Octal 65 5 145 60 137 0 74 416 133 25
Binary 110101 101 1100101 110000 1011111 0 111100 100001110 1011011 10101

Color Harmonies of #350565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350565

Black with #350565

Text Example


Text Example

White with #350565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350565; }

 p { color: rgb(53,5,101); }

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

background-color css

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

 a { background-color: rgb(53,5,101); }

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

border-color css

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

 span { border-color: rgb(53,5,101); }

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