Html Css Color HEX #350B93 Persian Indigo

📋 copy color: '#350B93'

red 53 ◦ green 11 ◦ blue 147

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

Shades of Persian Indigo #350B93

Tints of Persian Indigo #350B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

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

R = 25.12%
G = 5.21%
B = 69.67%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350B93 (or 0x350B93) is known color: Persian Indigo. HEX triplet: 35, 0B and 93. RGB value is (53,11,147). Sum of RGB (Red+Green+Blue) = 53+11+147=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #350B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350B93 is #CAF46C. Grayscale: #262626. Windows color (decimal): -13300845 or 9636661. OLE color: 9636661.

HSL color Cylindrical-coordinate representation of color #350B93: hue angle of 258.53º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350B93 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 11 147 -
CMYK 0.64 0.93 0 0.42
HSL 258.53º 0.86% 0.31% -
HSV(B) 258.53º 0.93% 0.58% -
XYZ 6.85 3.1 27.84 -
YUV 39.06 188.91 137.94 -
System Red Green Blue C M Y K H S L
Decimal 53 11 147 0.64 0.93 0 0.42 258.53 0.86 0.31
Hex 35 B 93 40 5D 0 2A 103 56 1F
Octal 65 13 223 100 135 0 52 403 126 37
Binary 110101 1011 10010011 1000000 1011101 0 101010 100000011 1010110 11111

Color Harmonies of #350B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B93

Black with #350B93

Text Example


Text Example

White with #350B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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