Html Css Color HEX #38108A Persian Indigo

📋 copy color: '#38108A'

red 56 ◦ green 16 ◦ blue 138

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

Shades of Persian Indigo #38108A

Tints of Persian Indigo #38108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 65.71%

R = 26.67%
G = 7.62%
B = 65.71%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#38108A (or 0x38108A) is known color: Persian Indigo. HEX triplet: 38, 10 and 8A. RGB value is (56,16,138). Sum of RGB (Red+Green+Blue) = 56+16+138=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #38108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38108A is #C7EF75. Grayscale: #292929. Windows color (decimal): -13102966 or 9048120. OLE color: 9048120.

HSL color Cylindrical-coordinate representation of color #38108A: hue angle of 259.67º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38108A is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 16 138 -
CMYK 0.59 0.88 0 0.46
HSL 259.67º 0.79% 0.3% -
HSV(B) 259.67º 0.88% 0.54% -
XYZ 6.4 3.05 24.3 -
YUV 41.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 56 16 138 0.59 0.88 0 0.46 259.67 0.79 0.3
Hex 38 10 8A 3B 58 0 2E 104 4F 1E
Octal 70 20 212 73 130 0 56 404 117 36
Binary 111000 10000 10001010 111011 1011000 0 101110 100000100 1001111 11110

Color Harmonies of #38108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38108A

Black with #38108A

Text Example


Text Example

White with #38108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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