Html Css Color HEX #380685 Persian Indigo

📋 copy color: '#380685'

red 56 ◦ green 6 ◦ blue 133

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

Shades of Persian Indigo #380685

Tints of Persian Indigo #380685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.08%

 BLUE value IS 133 (52.34% from 255) = 68.21%

R = 28.72%
G = 3.08%
B = 68.21%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#380685 (or 0x380685) is known color: Persian Indigo. HEX triplet: 38, 06 and 85. RGB value is (56,6,133). Sum of RGB (Red+Green+Blue) = 56+6+133=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #380685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380685 is #C7F97A. Grayscale: #222222. Windows color (decimal): -13105531 or 8717880. OLE color: 8717880.

HSL color Cylindrical-coordinate representation of color #380685: hue angle of 263.62º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380685 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 6 133 -
CMYK 0.58 0.95 0 0.48
HSL 263.62º 0.91% 0.27% -
HSV(B) 263.62º 0.95% 0.52% -
XYZ 5.93 2.66 22.39 -
YUV 35.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 56 6 133 0.58 0.95 0 0.48 263.62 0.91 0.27
Hex 38 6 85 3A 5F 0 30 108 5B 1B
Octal 70 6 205 72 137 0 60 410 133 33
Binary 111000 110 10000101 111010 1011111 0 110000 100001000 1011011 11011

Color Harmonies of #380685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380685

Black with #380685

Text Example


Text Example

White with #380685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380685; }

 p { color: rgb(56,6,133); }

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

background-color css

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

 a { background-color: rgb(56,6,133); }

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

border-color css

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

 span { border-color: rgb(56,6,133); }

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