Html Css Color HEX #381B73 Persian Indigo

📋 copy color: '#381B73'

red 56 ◦ green 27 ◦ blue 115

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

Shades of Persian Indigo #381B73

Tints of Persian Indigo #381B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 115 (45.31% from 255) = 58.08%

R = 28.28%
G = 13.64%
B = 58.08%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381B73 (or 0x381B73) is known color: Persian Indigo. HEX triplet: 38, 1B and 73. RGB value is (56,27,115). Sum of RGB (Red+Green+Blue) = 56+27+115=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #381B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B73 is #C7E48C. Grayscale: #2D2D2D. Windows color (decimal): -13100173 or 7543608. OLE color: 7543608.

HSL color Cylindrical-coordinate representation of color #381B73: hue angle of 259.77º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381B73 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 27 115 -
CMYK 0.51 0.77 0 0.55
HSL 259.77º 0.62% 0.28% -
HSV(B) 259.77º 0.77% 0.45% -
XYZ 5.12 2.86 16.5 -
YUV 45.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 56 27 115 0.51 0.77 0 0.55 259.77 0.62 0.28
Hex 38 1B 73 33 4D 0 37 104 3E 1C
Octal 70 33 163 63 115 0 67 404 76 34
Binary 111000 11011 1110011 110011 1001101 0 110111 100000100 111110 11100

Color Harmonies of #381B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B73

Black with #381B73

Text Example


Text Example

White with #381B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381B73; }

 p { color: rgb(56,27,115); }

 H1.HeaderClassName
 {
   color: #381B73;
 }
 .AnyTagClassName
 {
   color: #381B73;
 }
</style>

background-color css

<style>
 a { background-color: #381B73; }

 a { background-color: rgb(56,27,115); }

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

border-color css

<style>
 span { border-color: #381B73; }

 span { border-color: rgb(56,27,115); }

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