Html Css Color HEX #380D8B Persian Indigo

📋 copy color: '#380D8B'

red 56 ◦ green 13 ◦ blue 139

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

Shades of Persian Indigo #380D8B

Tints of Persian Indigo #380D8B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.25%

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

R = 26.92%
G = 6.25%
B = 66.83%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#380D8B (or 0x380D8B) is known color: Persian Indigo. HEX triplet: 38, 0D and 8B. RGB value is (56,13,139). Sum of RGB (Red+Green+Blue) = 56+13+139=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #380D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380D8B is #C7F274. Grayscale: #272727. Windows color (decimal): -13103733 or 9112888. OLE color: 9112888.

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

Color convert

RGB 56 13 139 -
CMYK 0.60 0.91 0 0.45
HSL 260.48º 0.83% 0.3% -
HSV(B) 260.48º 0.91% 0.55% -
XYZ 6.44 2.99 24.66 -
YUV 40.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 56 13 139 0.60 0.91 0 0.45 260.48 0.83 0.3
Hex 38 D 8B 3C 5B 0 2D 104 53 1E
Octal 70 15 213 74 133 0 55 404 123 36
Binary 111000 1101 10001011 111100 1011011 0 101101 100000100 1010011 11110

Color Harmonies of #380D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D8B

Black with #380D8B

Text Example


Text Example

White with #380D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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