Html Css Color HEX #350B8B Persian Indigo

📋 copy color: '#350B8B'

red 53 ◦ green 11 ◦ blue 139

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

Shades of Persian Indigo #350B8B

Tints of Persian Indigo #350B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 26.11%
G = 5.42%
B = 68.47%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#350B8B (or 0x350B8B) is known color: Persian Indigo. HEX triplet: 35, 0B and 8B. RGB value is (53,11,139). Sum of RGB (Red+Green+Blue) = 53+11+139=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #350B8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350B8B is #CAF474. Grayscale: #252525. Windows color (decimal): -13300853 or 9112373. OLE color: 9112373.

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

Color convert

RGB 53 11 139 -
CMYK 0.62 0.92 0 0.45
HSL 259.69º 0.85% 0.29% -
HSV(B) 259.69º 0.92% 0.55% -
XYZ 6.25 2.86 24.65 -
YUV 38.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 53 11 139 0.62 0.92 0 0.45 259.69 0.85 0.29
Hex 35 B 8B 3E 5C 0 2D 104 55 1D
Octal 65 13 213 76 134 0 55 404 125 35
Binary 110101 1011 10001011 111110 1011100 0 101101 100000100 1010101 11101

Color Harmonies of #350B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350B8B

Black with #350B8B

Text Example


Text Example

White with #350B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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