Html Css Color HEX #350E69 Persian Indigo

📋 copy color: '#350E69'

red 53 ◦ green 14 ◦ blue 105

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

Shades of Persian Indigo #350E69

Tints of Persian Indigo #350E69

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.14%

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 30.81%
G = 8.14%
B = 61.05%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#350E69 (or 0x350E69) is known color: Persian Indigo. HEX triplet: 35, 0E and 69. RGB value is (53,14,105). Sum of RGB (Red+Green+Blue) = 53+14+105=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #350E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350E69 is #CAF196. Grayscale: #232323. Windows color (decimal): -13300119 or 6884917. OLE color: 6884917.

HSL color Cylindrical-coordinate representation of color #350E69: hue angle of 265.71º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350E69 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 14 105 -
CMYK 0.50 0.87 0 0.59
HSL 265.71º 0.76% 0.23% -
HSV(B) 265.71º 0.87% 0.41% -
XYZ 4.18 2.09 13.55 -
YUV 36.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 53 14 105 0.50 0.87 0 0.59 265.71 0.76 0.23
Hex 35 E 69 32 57 0 3B 10A 4C 17
Octal 65 16 151 62 127 0 73 412 114 27
Binary 110101 1110 1101001 110010 1010111 0 111011 100001010 1001100 10111

Color Harmonies of #350E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350E69

Black with #350E69

Text Example


Text Example

White with #350E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350E69; }

 p { color: rgb(53,14,105); }

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

background-color css

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

 a { background-color: rgb(53,14,105); }

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

border-color css

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

 span { border-color: rgb(53,14,105); }

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