Html Css Color HEX #380B7D Persian Indigo

📋 copy color: '#380B7D'

red 56 ◦ green 11 ◦ blue 125

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

Shades of Persian Indigo #380B7D

Tints of Persian Indigo #380B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.1%

R = 29.17%
G = 5.73%
B = 65.1%

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

#380B7D (or 0x380B7D) is known color: Persian Indigo. HEX triplet: 38, 0B and 7D. RGB value is (56,11,125). Sum of RGB (Red+Green+Blue) = 56+11+125=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #380B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B7D is #C7F482. Grayscale: #252525. Windows color (decimal): -13104259 or 8194872. OLE color: 8194872.

HSL color Cylindrical-coordinate representation of color #380B7D: hue angle of 263.68º 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 #380B7D is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 11 125 -
CMYK 0.55 0.91 0 0.51
HSL 263.68º 0.84% 0.27% -
HSV(B) 263.68º 0.91% 0.49% -
XYZ 5.45 2.56 19.61 -
YUV 37.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 56 11 125 0.55 0.91 0 0.51 263.68 0.84 0.27
Hex 38 B 7D 37 5B 0 33 108 54 1B
Octal 70 13 175 67 133 0 63 410 124 33
Binary 111000 1011 1111101 110111 1011011 0 110011 100001000 1010100 11011

Color Harmonies of #380B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B7D

Black with #380B7D

Text Example


Text Example

White with #380B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,11,125); }

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

background-color css

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

 a { background-color: rgb(56,11,125); }

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

border-color css

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

 span { border-color: rgb(56,11,125); }

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