Html Css Color HEX #350875 Persian Indigo

📋 copy color: '#350875'

red 53 ◦ green 8 ◦ blue 117

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

Shades of Persian Indigo #350875

Tints of Persian Indigo #350875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65.73%

R = 29.78%
G = 4.49%
B = 65.73%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#350875 (or 0x350875) is known color: Persian Indigo. HEX triplet: 35, 08 and 75. RGB value is (53,8,117). Sum of RGB (Red+Green+Blue) = 53+8+117=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #350875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350875 is #CAF78A. Grayscale: #212121. Windows color (decimal): -13301643 or 7669813. OLE color: 7669813.

HSL color Cylindrical-coordinate representation of color #350875: hue angle of 264.77º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350875 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 8 117 -
CMYK 0.55 0.93 0 0.54
HSL 264.77º 0.87% 0.25% -
HSV(B) 264.77º 0.93% 0.46% -
XYZ 4.77 2.21 17.01 -
YUV 33.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 53 8 117 0.55 0.93 0 0.54 264.77 0.87 0.25
Hex 35 8 75 37 5D 0 36 109 57 19
Octal 65 10 165 67 135 0 66 411 127 31
Binary 110101 1000 1110101 110111 1011101 0 110110 100001001 1010111 11001

Color Harmonies of #350875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350875

Black with #350875

Text Example


Text Example

White with #350875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350875; }

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

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

background-color css

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

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

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

border-color css

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

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

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