Html Css Color HEX #380075 Persian Indigo

📋 copy color: '#380075'

red 56 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #380075

Tints of Persian Indigo #380075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 67.63%

R = 32.37%
G = 0%
B = 67.63%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#380075 (or 0x380075) is known color: Persian Indigo. HEX triplet: 38, 00 and 75. RGB value is (56,0,117). Sum of RGB (Red+Green+Blue) = 56+0+117=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #380075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380075 is #C7FF8A. Grayscale: #1D1D1D. Windows color (decimal): -13107083 or 7667768. OLE color: 7667768.

HSL color Cylindrical-coordinate representation of color #380075: hue angle of 268.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380075 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 0 117 -
CMYK 0.52 1 0 0.54
HSL 268.72º 1% 0.23% -
HSV(B) 268.72º 1% 0.46% -
XYZ 4.84 2.13 16.98 -
YUV 30.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 56 0 117 0.52 1 0 0.54 268.72 1 0.23
Hex 38 0 75 34 64 0 36 10D 64 17
Octal 70 0 165 64 144 0 66 415 144 27
Binary 111000 0 1110101 110100 1100100 0 110110 100001101 1100100 10111

Color Harmonies of #380075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380075

Black with #380075

Text Example


Text Example

White with #380075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380075; }

 p { color: rgb(56,0,117); }

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

background-color css

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

 a { background-color: rgb(56,0,117); }

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

border-color css

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

 span { border-color: rgb(56,0,117); }

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