Html Css Color HEX #38129F Persian Indigo

📋 copy color: '#38129F'

red 56 ◦ green 18 ◦ blue 159

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

Shades of Persian Indigo #38129F

Tints of Persian Indigo #38129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 159 (62.5% from 255) = 68.24%

R = 24.03%
G = 7.73%
B = 68.24%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38129F (or 0x38129F) is known color: Persian Indigo. HEX triplet: 38, 12 and 9F. RGB value is (56,18,159). Sum of RGB (Red+Green+Blue) = 56+18+159=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #38129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38129F is #C7ED60. Grayscale: #2C2C2C. Windows color (decimal): -13102433 or 10424888. OLE color: 10424888.

HSL color Cylindrical-coordinate representation of color #38129F: hue angle of 256.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38129F is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 18 159 -
CMYK 0.65 0.89 0 0.38
HSL 256.17º 0.8% 0.35% -
HSV(B) 256.17º 0.89% 0.62% -
XYZ 8.11 3.78 33.1 -
YUV 45.44 192.09 135.54 -
System Red Green Blue C M Y K H S L
Decimal 56 18 159 0.65 0.89 0 0.38 256.17 0.8 0.35
Hex 38 12 9F 41 59 0 26 100 50 23
Octal 70 22 237 101 131 0 46 400 120 43
Binary 111000 10010 10011111 1000001 1011001 0 100110 100000000 1010000 100011

Color Harmonies of #38129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38129F

Black with #38129F

Text Example


Text Example

White with #38129F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38129F; }

 p { color: rgb(56,18,159); }

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

background-color css

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

 a { background-color: rgb(56,18,159); }

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

border-color css

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

 span { border-color: rgb(56,18,159); }

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