Html Css Color HEX #390282 Persian Indigo

📋 copy color: '#390282'

red 57 ◦ green 2 ◦ blue 130

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

Shades of Persian Indigo #390282

Tints of Persian Indigo #390282

RGB

 RED value IS 57 (22.66% from 255) = 30.16%

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

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

R = 30.16%
G = 1.06%
B = 68.78%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390282 (or 0x390282) is known color: Persian Indigo. HEX triplet: 39, 02 and 82. RGB value is (57,2,130). Sum of RGB (Red+Green+Blue) = 57+2+130=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #390282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390282 is #C6FD7D. Grayscale: #202020. Windows color (decimal): -13041022 or 8520249. OLE color: 8520249.

HSL color Cylindrical-coordinate representation of color #390282: hue angle of 265.78º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390282 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 2 130 -
CMYK 0.56 0.98 0 0.49
HSL 265.78º 0.97% 0.26% -
HSV(B) 265.78º 0.98% 0.51% -
XYZ 5.74 2.52 21.3 -
YUV 33.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 57 2 130 0.56 0.98 0 0.49 265.78 0.97 0.26
Hex 39 2 82 38 62 0 31 10A 61 1A
Octal 71 2 202 70 142 0 61 412 141 32
Binary 111001 10 10000010 111000 1100010 0 110001 100001010 1100001 11010

Color Harmonies of #390282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390282

Black with #390282

Text Example


Text Example

White with #390282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390282; }

 p { color: rgb(57,2,130); }

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

background-color css

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

 a { background-color: rgb(57,2,130); }

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

border-color css

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

 span { border-color: rgb(57,2,130); }

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