Html Css Color HEX #350883 Persian Indigo

📋 copy color: '#350883'

red 53 ◦ green 8 ◦ blue 131

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

Shades of Persian Indigo #350883

Tints of Persian Indigo #350883

RGB

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

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

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

R = 27.6%
G = 4.17%
B = 68.23%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#350883 (or 0x350883) is known color: Persian Indigo. HEX triplet: 35, 08 and 83. RGB value is (53,8,131). Sum of RGB (Red+Green+Blue) = 53+8+131=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #350883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350883 is #CAF77C. Grayscale: #232323. Windows color (decimal): -13301629 or 8587317. OLE color: 8587317.

HSL color Cylindrical-coordinate representation of color #350883: hue angle of 261.95º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350883 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 8 131 -
CMYK 0.60 0.94 0 0.49
HSL 261.95º 0.88% 0.27% -
HSV(B) 261.95º 0.94% 0.51% -
XYZ 5.65 2.57 21.67 -
YUV 35.48 181.91 140.5 -
System Red Green Blue C M Y K H S L
Decimal 53 8 131 0.60 0.94 0 0.49 261.95 0.88 0.27
Hex 35 8 83 3C 5E 0 31 106 58 1B
Octal 65 10 203 74 136 0 61 406 130 33
Binary 110101 1000 10000011 111100 1011110 0 110001 100000110 1011000 11011

Color Harmonies of #350883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350883

Black with #350883

Text Example


Text Example

White with #350883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350883; }

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

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

background-color css

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

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

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

border-color css

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

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

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