Html Css Color HEX #380365 Persian Indigo

📋 copy color: '#380365'

red 56 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #380365

Tints of Persian Indigo #380365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

 BLUE value IS 101 (39.84% from 255) = 63.13%

R = 35%
G = 1.88%
B = 63.13%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#380365 (or 0x380365) is known color: Persian Indigo. HEX triplet: 38, 03 and 65. RGB value is (56,3,101). Sum of RGB (Red+Green+Blue) = 56+3+101=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #380365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380365 is #C7FC9A. Grayscale: #1D1D1D. Windows color (decimal): -13106331 or 6619960. OLE color: 6619960.

HSL color Cylindrical-coordinate representation of color #380365: hue angle of 272.45º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380365 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 3 101 -
CMYK 0.45 0.97 0 0.60
HSL 272.45º 0.94% 0.2% -
HSV(B) 272.45º 0.97% 0.4% -
XYZ 4.01 1.85 12.46 -
YUV 30.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 56 3 101 0.45 0.97 0 0.60 272.45 0.94 0.2
Hex 38 3 65 2D 61 0 3C 110 5E 14
Octal 70 3 145 55 141 0 74 420 136 24
Binary 111000 11 1100101 101101 1100001 0 111100 100010000 1011110 10100

Color Harmonies of #380365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380365

Black with #380365

Text Example


Text Example

White with #380365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380365; }

 p { color: rgb(56,3,101); }

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

background-color css

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

 a { background-color: rgb(56,3,101); }

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

border-color css

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

 span { border-color: rgb(56,3,101); }

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