Html Css Color HEX #351883 Persian Indigo

📋 copy color: '#351883'

red 53 ◦ green 24 ◦ blue 131

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

Shades of Persian Indigo #351883

Tints of Persian Indigo #351883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

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

R = 25.48%
G = 11.54%
B = 62.98%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351883 (or 0x351883) is known color: Persian Indigo. HEX triplet: 35, 18 and 83. RGB value is (53,24,131). Sum of RGB (Red+Green+Blue) = 53+24+131=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #351883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351883 is #CAE77C. Grayscale: #2C2C2C. Windows color (decimal): -13297533 or 8591413. OLE color: 8591413.

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

Color convert

RGB 53 24 131 -
CMYK 0.60 0.82 0 0.49
HSL 256.26º 0.69% 0.3% -
HSV(B) 256.26º 0.82% 0.51% -
XYZ 5.89 3.05 21.75 -
YUV 44.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 53 24 131 0.60 0.82 0 0.49 256.26 0.69 0.3
Hex 35 18 83 3C 52 0 31 100 45 1E
Octal 65 30 203 74 122 0 61 400 105 36
Binary 110101 11000 10000011 111100 1010010 0 110001 100000000 1000101 11110

Color Harmonies of #351883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351883

Black with #351883

Text Example


Text Example

White with #351883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351883; }

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

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

background-color css

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

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

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

border-color css

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

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

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