Html Css Color HEX #351885 Persian Indigo

📋 copy color: '#351885'

red 53 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #351885

Tints of Persian Indigo #351885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.33%

R = 25.24%
G = 11.43%
B = 63.33%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#351885 (or 0x351885) is known color: Persian Indigo. HEX triplet: 35, 18 and 85. RGB value is (53,24,133). Sum of RGB (Red+Green+Blue) = 53+24+133=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #351885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351885 is #CAE77A. Grayscale: #2C2C2C. Windows color (decimal): -13297531 or 8722485. OLE color: 8722485.

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

Color convert

RGB 53 24 133 -
CMYK 0.60 0.82 0 0.48
HSL 255.96º 0.69% 0.31% -
HSV(B) 255.96º 0.82% 0.52% -
XYZ 6.03 3.1 22.47 -
YUV 45.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 53 24 133 0.60 0.82 0 0.48 255.96 0.69 0.31
Hex 35 18 85 3C 52 0 30 100 45 1F
Octal 65 30 205 74 122 0 60 400 105 37
Binary 110101 11000 10000101 111100 1010010 0 110000 100000000 1000101 11111

Color Harmonies of #351885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351885

Black with #351885

Text Example


Text Example

White with #351885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351885; }

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

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

background-color css

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

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

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

border-color css

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

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

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