Html Css Color HEX #380D8A Persian Indigo

📋 copy color: '#380D8A'

red 56 ◦ green 13 ◦ blue 138

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

Shades of Persian Indigo #380D8A

Tints of Persian Indigo #380D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.67%

R = 27.05%
G = 6.28%
B = 66.67%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#380D8A (or 0x380D8A) is known color: Persian Indigo. HEX triplet: 38, 0D and 8A. RGB value is (56,13,138). Sum of RGB (Red+Green+Blue) = 56+13+138=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #380D8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380D8A is #C7F275. Grayscale: #272727. Windows color (decimal): -13103734 or 9047352. OLE color: 9047352.

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

Color convert

RGB 56 13 138 -
CMYK 0.59 0.91 0 0.46
HSL 260.64º 0.83% 0.3% -
HSV(B) 260.64º 0.91% 0.54% -
XYZ 6.36 2.96 24.28 -
YUV 40.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 56 13 138 0.59 0.91 0 0.46 260.64 0.83 0.3
Hex 38 D 8A 3B 5B 0 2E 105 53 1E
Octal 70 15 212 73 133 0 56 405 123 36
Binary 111000 1101 10001010 111011 1011011 0 101110 100000101 1010011 11110

Color Harmonies of #380D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D8A

Black with #380D8A

Text Example


Text Example

White with #380D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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