Html Css Color HEX #38149D Persian Indigo

📋 copy color: '#38149D'

red 56 ◦ green 20 ◦ blue 157

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

Shades of Persian Indigo #38149D

Tints of Persian Indigo #38149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 157 (61.72% from 255) = 67.38%

R = 24.03%
G = 8.58%
B = 67.38%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38149D (or 0x38149D) is known color: Persian Indigo. HEX triplet: 38, 14 and 9D. RGB value is (56,20,157). Sum of RGB (Red+Green+Blue) = 56+20+157=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #38149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38149D is #C7EB62. Grayscale: #2D2D2D. Windows color (decimal): -13101923 or 10294328. OLE color: 10294328.

HSL color Cylindrical-coordinate representation of color #38149D: hue angle of 255.77º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38149D is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 20 157 -
CMYK 0.64 0.87 0 0.38
HSL 255.77º 0.77% 0.35% -
HSV(B) 255.77º 0.87% 0.62% -
XYZ 7.97 3.78 32.21 -
YUV 46.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 56 20 157 0.64 0.87 0 0.38 255.77 0.77 0.35
Hex 38 14 9D 40 57 0 26 100 4D 23
Octal 70 24 235 100 127 0 46 400 115 43
Binary 111000 10100 10011101 1000000 1010111 0 100110 100000000 1001101 100011

Color Harmonies of #38149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38149D

Black with #38149D

Text Example


Text Example

White with #38149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38149D; }

 p { color: rgb(56,20,157); }

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

background-color css

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

 a { background-color: rgb(56,20,157); }

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

border-color css

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

 span { border-color: rgb(56,20,157); }

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