Html Css Color HEX #350B89 Persian Indigo

📋 copy color: '#350B89'

red 53 ◦ green 11 ◦ blue 137

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

Shades of Persian Indigo #350B89

Tints of Persian Indigo #350B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 68.16%

R = 26.37%
G = 5.47%
B = 68.16%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#350B89 (or 0x350B89) is known color: Persian Indigo. HEX triplet: 35, 0B and 89. RGB value is (53,11,137). Sum of RGB (Red+Green+Blue) = 53+11+137=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #350B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350B89 is #CAF476. Grayscale: #252525. Windows color (decimal): -13300855 or 8981301. OLE color: 8981301.

HSL color Cylindrical-coordinate representation of color #350B89: hue angle of 260º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350B89 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 11 137 -
CMYK 0.61 0.92 0 0.46
HSL 260º 0.85% 0.29% -
HSV(B) 260º 0.92% 0.54% -
XYZ 6.1 2.8 23.89 -
YUV 37.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 53 11 137 0.61 0.92 0 0.46 260 0.85 0.29
Hex 35 B 89 3D 5C 0 2E 104 55 1D
Octal 65 13 211 75 134 0 56 404 125 35
Binary 110101 1011 10001001 111101 1011100 0 101110 100000100 1010101 11101

Color Harmonies of #350B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B89

Black with #350B89

Text Example


Text Example

White with #350B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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