Html Css Color HEX #350893 Persian Indigo

📋 copy color: '#350893'

red 53 ◦ green 8 ◦ blue 147

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

Shades of Persian Indigo #350893

Tints of Persian Indigo #350893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.85%

 BLUE value IS 147 (57.81% from 255) = 70.67%

R = 25.48%
G = 3.85%
B = 70.67%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350893 (or 0x350893) is known color: Persian Indigo. HEX triplet: 35, 08 and 93. RGB value is (53,8,147). Sum of RGB (Red+Green+Blue) = 53+8+147=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 147 (57.81% from 255 or 70.67% from 208); Max value from RGB is 147 - color contains mainly: blue. Hex color #350893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350893 is #CAF76C. Grayscale: #242424. Windows color (decimal): -13301613 or 9635893. OLE color: 9635893.

HSL color Cylindrical-coordinate representation of color #350893: hue angle of 259.42º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350893 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 8 147 -
CMYK 0.64 0.95 0 0.42
HSL 259.42º 0.9% 0.3% -
HSV(B) 259.42º 0.95% 0.58% -
XYZ 6.82 3.04 27.83 -
YUV 37.3 189.91 139.2 -
System Red Green Blue C M Y K H S L
Decimal 53 8 147 0.64 0.95 0 0.42 259.42 0.9 0.3
Hex 35 8 93 40 5F 0 2A 103 5A 1E
Octal 65 10 223 100 137 0 52 403 132 36
Binary 110101 1000 10010011 1000000 1011111 0 101010 100000011 1011010 11110

Color Harmonies of #350893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350893

Black with #350893

Text Example


Text Example

White with #350893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350893; }

 p { color: rgb(53,8,147); }

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

background-color css

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

 a { background-color: rgb(53,8,147); }

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

border-color css

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

 span { border-color: rgb(53,8,147); }

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