Html Css Color HEX #350885 Persian Indigo

📋 copy color: '#350885'

red 53 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #350885

Tints of Persian Indigo #350885

RGB

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

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

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

R = 27.32%
G = 4.12%
B = 68.56%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#350885 (or 0x350885) is known color: Persian Indigo. HEX triplet: 35, 08 and 85. RGB value is (53,8,133). Sum of RGB (Red+Green+Blue) = 53+8+133=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #350885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350885 is #CAF77A. Grayscale: #232323. Windows color (decimal): -13301627 or 8718389. OLE color: 8718389.

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

Color convert

RGB 53 8 133 -
CMYK 0.60 0.94 0 0.48
HSL 261.6º 0.89% 0.28% -
HSV(B) 261.6º 0.94% 0.52% -
XYZ 5.79 2.62 22.39 -
YUV 35.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 53 8 133 0.60 0.94 0 0.48 261.6 0.89 0.28
Hex 35 8 85 3C 5E 0 30 106 59 1C
Octal 65 10 205 74 136 0 60 406 131 34
Binary 110101 1000 10000101 111100 1011110 0 110000 100000110 1011001 11100

Color Harmonies of #350885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350885

Black with #350885

Text Example


Text Example

White with #350885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350885; }

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

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

background-color css

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

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

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

border-color css

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

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

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