Html Css Color HEX #350294 Persian Indigo

📋 copy color: '#350294'

red 53 ◦ green 2 ◦ blue 148

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

Shades of Persian Indigo #350294

Tints of Persian Indigo #350294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 26.11%
G = 0.99%
B = 72.91%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#350294 (or 0x350294) is known color: Persian Indigo. HEX triplet: 35, 02 and 94. RGB value is (53,2,148). Sum of RGB (Red+Green+Blue) = 53+2+148=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #350294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350294 is #CAFD6B. Grayscale: #212121. Windows color (decimal): -13303148 or 9699893. OLE color: 9699893.

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

Color convert

RGB 53 2 148 -
CMYK 0.64 0.99 0 0.42
HSL 260.96º 0.97% 0.29% -
HSV(B) 260.96º 0.99% 0.58% -
XYZ 6.84 2.94 28.22 -
YUV 33.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 53 2 148 0.64 0.99 0 0.42 260.96 0.97 0.29
Hex 35 2 94 40 63 0 2A 105 61 1D
Octal 65 2 224 100 143 0 52 405 141 35
Binary 110101 10 10010100 1000000 1100011 0 101010 100000101 1100001 11101

Color Harmonies of #350294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350294

Black with #350294

Text Example


Text Example

White with #350294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350294; }

 p { color: rgb(53,2,148); }

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

background-color css

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

 a { background-color: rgb(53,2,148); }

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

border-color css

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

 span { border-color: rgb(53,2,148); }

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