Html Css Color HEX #380F6E Persian Indigo

📋 copy color: '#380F6E'

red 56 ◦ green 15 ◦ blue 110

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

Shades of Persian Indigo #380F6E

Tints of Persian Indigo #380F6E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.29%

 BLUE value IS 110 (43.36% from 255) = 60.77%

R = 30.94%
G = 8.29%
B = 60.77%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#380F6E (or 0x380F6E) is known color: Persian Indigo. HEX triplet: 38, 0F and 6E. RGB value is (56,15,110). Sum of RGB (Red+Green+Blue) = 56+15+110=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #380F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F6E is #C7F091. Grayscale: #252525. Windows color (decimal): -13103250 or 7212856. OLE color: 7212856.

HSL color Cylindrical-coordinate representation of color #380F6E: hue angle of 265.89º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380F6E is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 15 110 -
CMYK 0.49 0.86 0 0.57
HSL 265.89º 0.76% 0.25% -
HSV(B) 265.89º 0.86% 0.43% -
XYZ 4.62 2.31 14.95 -
YUV 38.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 56 15 110 0.49 0.86 0 0.57 265.89 0.76 0.25
Hex 38 F 6E 31 56 0 39 10A 4C 19
Octal 70 17 156 61 126 0 71 412 114 31
Binary 111000 1111 1101110 110001 1010110 0 111001 100001010 1001100 11001

Color Harmonies of #380F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F6E

Black with #380F6E

Text Example


Text Example

White with #380F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380F6E; }

 p { color: rgb(56,15,110); }

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

background-color css

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

 a { background-color: rgb(56,15,110); }

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

border-color css

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

 span { border-color: rgb(56,15,110); }

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