Html Css Color HEX #390B7E Persian Indigo

📋 copy color: '#390B7E'

red 57 ◦ green 11 ◦ blue 126

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

Shades of Persian Indigo #390B7E

Tints of Persian Indigo #390B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.67%

 BLUE value IS 126 (49.61% from 255) = 64.95%

R = 29.38%
G = 5.67%
B = 64.95%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#390B7E (or 0x390B7E) is known color: Persian Indigo. HEX triplet: 39, 0B and 7E. RGB value is (57,11,126). Sum of RGB (Red+Green+Blue) = 57+11+126=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 11 (4.69% from 255 or 5.67% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #390B7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390B7E is #C6F481. Grayscale: #252525. Windows color (decimal): -13038722 or 8260409. OLE color: 8260409.

HSL color Cylindrical-coordinate representation of color #390B7E: hue angle of 264º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390B7E is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 11 126 -
CMYK 0.55 0.91 0 0.51
HSL 264º 0.84% 0.27% -
HSV(B) 264º 0.91% 0.49% -
XYZ 5.57 2.62 19.95 -
YUV 37.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 57 11 126 0.55 0.91 0 0.51 264 0.84 0.27
Hex 39 B 7E 37 5B 0 33 108 54 1B
Octal 71 13 176 67 133 0 63 410 124 33
Binary 111001 1011 1111110 110111 1011011 0 110011 100001000 1010100 11011

Color Harmonies of #390B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B7E

Black with #390B7E

Text Example


Text Example

White with #390B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390B7E; }

 p { color: rgb(57,11,126); }

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

background-color css

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

 a { background-color: rgb(57,11,126); }

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

border-color css

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

 span { border-color: rgb(57,11,126); }

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