Html Css Color HEX #350365 Persian Indigo

📋 copy color: '#350365'

red 53 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #350365

Tints of Persian Indigo #350365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 33.76%
G = 1.91%
B = 64.33%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#350365 (or 0x350365) is known color: Persian Indigo. HEX triplet: 35, 03 and 65. RGB value is (53,3,101). Sum of RGB (Red+Green+Blue) = 53+3+101=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #350365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350365 is #CAFC9A. Grayscale: #1C1C1C. Windows color (decimal): -13302939 or 6619957. OLE color: 6619957.

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

Color convert

RGB 53 3 101 -
CMYK 0.48 0.97 0 0.60
HSL 270.61º 0.94% 0.2% -
HSV(B) 270.61º 0.97% 0.4% -
XYZ 3.85 1.76 12.45 -
YUV 29.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 53 3 101 0.48 0.97 0 0.60 270.61 0.94 0.2
Hex 35 3 65 30 61 0 3C 10F 5E 14
Octal 65 3 145 60 141 0 74 417 136 24
Binary 110101 11 1100101 110000 1100001 0 111100 100001111 1011110 10100

Color Harmonies of #350365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350365

Black with #350365

Text Example


Text Example

White with #350365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350365; }

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

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

background-color css

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

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

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

border-color css

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

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

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