Html Css Color HEX #350D83 Persian Indigo

📋 copy color: '#350D83'

red 53 ◦ green 13 ◦ blue 131

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

Shades of Persian Indigo #350D83

Tints of Persian Indigo #350D83

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 131 (51.56% from 255) = 66.5%

R = 26.9%
G = 6.6%
B = 66.5%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#350D83 (or 0x350D83) is known color: Persian Indigo. HEX triplet: 35, 0D and 83. RGB value is (53,13,131). Sum of RGB (Red+Green+Blue) = 53+13+131=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #350D83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350D83 is #CAF27C. Grayscale: #252525. Windows color (decimal): -13300349 or 8588597. OLE color: 8588597.

HSL color Cylindrical-coordinate representation of color #350D83: hue angle of 260.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350D83 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 13 131 -
CMYK 0.60 0.90 0 0.49
HSL 260.34º 0.82% 0.28% -
HSV(B) 260.34º 0.9% 0.51% -
XYZ 5.71 2.68 21.69 -
YUV 38.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 53 13 131 0.60 0.90 0 0.49 260.34 0.82 0.28
Hex 35 D 83 3C 5A 0 31 104 52 1C
Octal 65 15 203 74 132 0 61 404 122 34
Binary 110101 1101 10000011 111100 1011010 0 110001 100000100 1010010 11100

Color Harmonies of #350D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350D83

Black with #350D83

Text Example


Text Example

White with #350D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,131); }

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

background-color css

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

 a { background-color: rgb(53,13,131); }

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

border-color css

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

 span { border-color: rgb(53,13,131); }

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