Html Css Color HEX #350093 Persian Indigo

📋 copy color: '#350093'

red 53 ◦ green 0 ◦ blue 147

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

Shades of Persian Indigo #350093

Tints of Persian Indigo #350093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 26.5%
G = 0%
B = 73.5%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350093 (or 0x350093) is known color: Persian Indigo. HEX triplet: 35, 00 and 93. RGB value is (53,0,147). Sum of RGB (Red+Green+Blue) = 53+0+147=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #350093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350093 is #CAFF6C. Grayscale: #202020. Windows color (decimal): -13303661 or 9633845. OLE color: 9633845.

HSL color Cylindrical-coordinate representation of color #350093: hue angle of 261.63º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350093 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 0 147 -
CMYK 0.64 1 0 0.42
HSL 261.63º 1% 0.29% -
HSV(B) 261.63º 1% 0.58% -
XYZ 6.73 2.86 27.8 -
YUV 32.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 53 0 147 0.64 1 0 0.42 261.63 1 0.29
Hex 35 0 93 40 64 0 2A 106 64 1D
Octal 65 0 223 100 144 0 52 406 144 35
Binary 110101 0 10010011 1000000 1100100 0 101010 100000110 1100100 11101

Color Harmonies of #350093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350093

Black with #350093

Text Example


Text Example

White with #350093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350093; }

 p { color: rgb(53,0,147); }

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

background-color css

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

 a { background-color: rgb(53,0,147); }

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

border-color css

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

 span { border-color: rgb(53,0,147); }

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