Html Css Color HEX #381692 Persian Indigo

📋 copy color: '#381692'

red 56 ◦ green 22 ◦ blue 146

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

Shades of Persian Indigo #381692

Tints of Persian Indigo #381692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 25%
G = 9.82%
B = 65.18%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#381692 (or 0x381692) is known color: Persian Indigo. HEX triplet: 38, 16 and 92. RGB value is (56,22,146). Sum of RGB (Red+Green+Blue) = 56+22+146=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #381692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #381692 is #C7E96D. Grayscale: #2D2D2D. Windows color (decimal): -13101422 or 9573944. OLE color: 9573944.

HSL color Cylindrical-coordinate representation of color #381692: hue angle of 256.45º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381692 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 22 146 -
CMYK 0.62 0.85 0 0.43
HSL 256.45º 0.74% 0.33% -
HSV(B) 256.45º 0.85% 0.57% -
XYZ 7.11 3.49 27.49 -
YUV 46.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 56 22 146 0.62 0.85 0 0.43 256.45 0.74 0.33
Hex 38 16 92 3E 55 0 2B 100 4A 21
Octal 70 26 222 76 125 0 53 400 112 41
Binary 111000 10110 10010010 111110 1010101 0 101011 100000000 1001010 100001

Color Harmonies of #381692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381692

Black with #381692

Text Example


Text Example

White with #381692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381692; }

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

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

background-color css

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

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

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

border-color css

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

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

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