Html Css Color HEX #38106C Persian Indigo

📋 copy color: '#38106C'

red 56 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #38106C

Tints of Persian Indigo #38106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

 BLUE value IS 108 (42.58% from 255) = 60%

R = 31.11%
G = 8.89%
B = 60%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38106C (or 0x38106C) is known color: Persian Indigo. HEX triplet: 38, 10 and 6C. RGB value is (56,16,108). Sum of RGB (Red+Green+Blue) = 56+16+108=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #38106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38106C is #C7EF93. Grayscale: #262626. Windows color (decimal): -13102996 or 7082040. OLE color: 7082040.

HSL color Cylindrical-coordinate representation of color #38106C: hue angle of 266.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38106C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 16 108 -
CMYK 0.48 0.85 0 0.58
HSL 266.09º 0.74% 0.24% -
HSV(B) 266.09º 0.85% 0.42% -
XYZ 4.52 2.29 14.39 -
YUV 38.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 56 16 108 0.48 0.85 0 0.58 266.09 0.74 0.24
Hex 38 10 6C 30 55 0 3A 10A 4A 18
Octal 70 20 154 60 125 0 72 412 112 30
Binary 111000 10000 1101100 110000 1010101 0 111010 100001010 1001010 11000

Color Harmonies of #38106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38106C

Black with #38106C

Text Example


Text Example

White with #38106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38106C; }

 p { color: rgb(56,16,108); }

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

background-color css

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

 a { background-color: rgb(56,16,108); }

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

border-color css

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

 span { border-color: rgb(56,16,108); }

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