Html Css Color HEX #380B68 Persian Indigo

📋 copy color: '#380B68'

red 56 ◦ green 11 ◦ blue 104

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

Shades of Persian Indigo #380B68

Tints of Persian Indigo #380B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.82%

R = 32.75%
G = 6.43%
B = 60.82%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380B68 (or 0x380B68) is known color: Persian Indigo. HEX triplet: 38, 0B and 68. RGB value is (56,11,104). Sum of RGB (Red+Green+Blue) = 56+11+104=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #380B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380B68 is #C7F497. Grayscale: #222222. Windows color (decimal): -13104280 or 6818616. OLE color: 6818616.

HSL color Cylindrical-coordinate representation of color #380B68: hue angle of 269.03º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380B68 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 11 104 -
CMYK 0.46 0.89 0 0.59
HSL 269.03º 0.81% 0.23% -
HSV(B) 269.03º 0.89% 0.41% -
XYZ 4.25 2.08 13.27 -
YUV 35.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 56 11 104 0.46 0.89 0 0.59 269.03 0.81 0.23
Hex 38 B 68 2E 59 0 3B 10D 51 17
Octal 70 13 150 56 131 0 73 415 121 27
Binary 111000 1011 1101000 101110 1011001 0 111011 100001101 1010001 10111

Color Harmonies of #380B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380B68

Black with #380B68

Text Example


Text Example

White with #380B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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