Html Css Color HEX #380F8B Persian Indigo

📋 copy color: '#380F8B'

red 56 ◦ green 15 ◦ blue 139

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

Shades of Persian Indigo #380F8B

Tints of Persian Indigo #380F8B

RGB

 RED value IS 56 (22.27% from 255) = 26.67%

 GREEN value IS 15 (6.25% from 255) = 7.14%

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 26.67%
G = 7.14%
B = 66.19%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#380F8B (or 0x380F8B) is known color: Persian Indigo. HEX triplet: 38, 0F and 8B. RGB value is (56,15,139). Sum of RGB (Red+Green+Blue) = 56+15+139=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #380F8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380F8B is #C7F074. Grayscale: #282828. Windows color (decimal): -13103221 or 9113400. OLE color: 9113400.

HSL color Cylindrical-coordinate representation of color #380F8B: hue angle of 259.84º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380F8B is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 15 139 -
CMYK 0.60 0.89 0 0.45
HSL 259.84º 0.81% 0.3% -
HSV(B) 259.84º 0.89% 0.55% -
XYZ 6.46 3.05 24.67 -
YUV 41.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 56 15 139 0.60 0.89 0 0.45 259.84 0.81 0.3
Hex 38 F 8B 3C 59 0 2D 104 51 1E
Octal 70 17 213 74 131 0 55 404 121 36
Binary 111000 1111 10001011 111100 1011001 0 101101 100000100 1010001 11110

Color Harmonies of #380F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F8B

Black with #380F8B

Text Example


Text Example

White with #380F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380F8B; }

 p { color: rgb(56,15,139); }

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

background-color css

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

 a { background-color: rgb(56,15,139); }

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

border-color css

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

 span { border-color: rgb(56,15,139); }

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