Html Css Color HEX #380D93 Persian Indigo

📋 copy color: '#380D93'

red 56 ◦ green 13 ◦ blue 147

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

Shades of Persian Indigo #380D93

Tints of Persian Indigo #380D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.06%

R = 25.93%
G = 6.02%
B = 68.06%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380D93 (or 0x380D93) is known color: Persian Indigo. HEX triplet: 38, 0D and 93. RGB value is (56,13,147). Sum of RGB (Red+Green+Blue) = 56+13+147=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #380D93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380D93 is #C7F26C. Grayscale: #282828. Windows color (decimal): -13103725 or 9637176. OLE color: 9637176.

HSL color Cylindrical-coordinate representation of color #380D93: hue angle of 259.25º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380D93 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 13 147 -
CMYK 0.62 0.91 0 0.42
HSL 259.25º 0.84% 0.31% -
HSV(B) 259.25º 0.91% 0.58% -
XYZ 7.04 3.24 27.86 -
YUV 41.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 56 13 147 0.62 0.91 0 0.42 259.25 0.84 0.31
Hex 38 D 93 3E 5B 0 2A 103 54 1F
Octal 70 15 223 76 133 0 52 403 124 37
Binary 111000 1101 10010011 111110 1011011 0 101010 100000011 1010100 11111

Color Harmonies of #380D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D93

Black with #380D93

Text Example


Text Example

White with #380D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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