Html Css Color HEX #350082 Persian Indigo

📋 copy color: '#350082'

red 53 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #350082

Tints of Persian Indigo #350082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 71.04%

R = 28.96%
G = 0%
B = 71.04%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#350082 (or 0x350082) is known color: Persian Indigo. HEX triplet: 35, 00 and 82. RGB value is (53,0,130). Sum of RGB (Red+Green+Blue) = 53+0+130=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #350082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350082 is #CAFF7D. Grayscale: #1E1E1E. Windows color (decimal): -13303678 or 8519733. OLE color: 8519733.

HSL color Cylindrical-coordinate representation of color #350082: hue angle of 264.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350082 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 0 130 -
CMYK 0.59 1 0 0.49
HSL 264.46º 1% 0.25% -
HSV(B) 264.46º 1% 0.51% -
XYZ 5.5 2.37 21.29 -
YUV 30.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 53 0 130 0.59 1 0 0.49 264.46 1 0.25
Hex 35 0 82 3B 64 0 31 108 64 19
Octal 65 0 202 73 144 0 61 410 144 31
Binary 110101 0 10000010 111011 1100100 0 110001 100001000 1100100 11001

Color Harmonies of #350082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350082

Black with #350082

Text Example


Text Example

White with #350082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350082; }

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

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

background-color css

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

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

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

border-color css

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

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

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