Html Css Color HEX #381673 Persian Indigo

📋 copy color: '#381673'

red 56 ◦ green 22 ◦ blue 115

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

Shades of Persian Indigo #381673

Tints of Persian Indigo #381673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

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

R = 29.02%
G = 11.4%
B = 59.59%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#381673 (or 0x381673) is known color: Persian Indigo. HEX triplet: 38, 16 and 73. RGB value is (56,22,115). Sum of RGB (Red+Green+Blue) = 56+22+115=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #381673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381673 is #C7E98C. Grayscale: #2A2A2A. Windows color (decimal): -13101453 or 7542328. OLE color: 7542328.

HSL color Cylindrical-coordinate representation of color #381673: hue angle of 261.94º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381673 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 22 115 -
CMYK 0.51 0.81 0 0.55
HSL 261.94º 0.68% 0.27% -
HSV(B) 261.94º 0.81% 0.45% -
XYZ 5.01 2.65 16.47 -
YUV 42.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 56 22 115 0.51 0.81 0 0.55 261.94 0.68 0.27
Hex 38 16 73 33 51 0 37 106 44 1B
Octal 70 26 163 63 121 0 67 406 104 33
Binary 111000 10110 1110011 110011 1010001 0 110111 100000110 1000100 11011

Color Harmonies of #381673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381673

Black with #381673

Text Example


Text Example

White with #381673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381673; }

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

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

background-color css

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

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

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

border-color css

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

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

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