Html Css Color HEX #380DAB Persian Indigo

📋 copy color: '#380DAB'

red 56 ◦ green 13 ◦ blue 171

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

Shades of Persian Indigo #380DAB

Tints of Persian Indigo #380DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 71.25%

R = 23.33%
G = 5.42%
B = 71.25%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#380DAB (or 0x380DAB) is known color: Persian Indigo. HEX triplet: 38, 0D and AB. RGB value is (56,13,171). Sum of RGB (Red+Green+Blue) = 56+13+171=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #380DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380DAB is #C7F254. Grayscale: #2B2B2B. Windows color (decimal): -13103701 or 11210040. OLE color: 11210040.

HSL color Cylindrical-coordinate representation of color #380DAB: hue angle of 256.33º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380DAB is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 13 171 -
CMYK 0.67 0.92 0 0.33
HSL 256.33º 0.86% 0.36% -
HSV(B) 256.33º 0.92% 0.67% -
XYZ 9.13 4.07 38.83 -
YUV 43.87 199.75 136.65 -
System Red Green Blue C M Y K H S L
Decimal 56 13 171 0.67 0.92 0 0.33 256.33 0.86 0.36
Hex 38 D AB 43 5C 0 21 100 56 24
Octal 70 15 253 103 134 0 41 400 126 44
Binary 111000 1101 10101011 1000011 1011100 0 100001 100000000 1010110 100100

Color Harmonies of #380DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380DAB

Black with #380DAB

Text Example


Text Example

White with #380DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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