Html Css Color HEX #351882 Persian Indigo

📋 copy color: '#351882'

red 53 ◦ green 24 ◦ blue 130

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

Shades of Persian Indigo #351882

Tints of Persian Indigo #351882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.8%

R = 25.6%
G = 11.59%
B = 62.8%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#351882 (or 0x351882) is known color: Persian Indigo. HEX triplet: 35, 18 and 82. RGB value is (53,24,130). Sum of RGB (Red+Green+Blue) = 53+24+130=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #351882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351882 is #CAE77D. Grayscale: #2C2C2C. Windows color (decimal): -13297534 or 8525877. OLE color: 8525877.

HSL color Cylindrical-coordinate representation of color #351882: hue angle of 256.42º 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 #351882 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 24 130 -
CMYK 0.59 0.82 0 0.49
HSL 256.42º 0.69% 0.3% -
HSV(B) 256.42º 0.82% 0.51% -
XYZ 5.82 3.02 21.4 -
YUV 44.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 53 24 130 0.59 0.82 0 0.49 256.42 0.69 0.3
Hex 35 18 82 3B 52 0 31 100 45 1E
Octal 65 30 202 73 122 0 61 400 105 36
Binary 110101 11000 10000010 111011 1010010 0 110001 100000000 1000101 11110

Color Harmonies of #351882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351882

Black with #351882

Text Example


Text Example

White with #351882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351882; }

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

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

background-color css

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

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

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

border-color css

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

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

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