Html Css Color HEX #38189D Persian Indigo

📋 copy color: '#38189D'

red 56 ◦ green 24 ◦ blue 157

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

Shades of Persian Indigo #38189D

Tints of Persian Indigo #38189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

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

R = 23.63%
G = 10.13%
B = 66.24%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38189D (or 0x38189D) is known color: Persian Indigo. HEX triplet: 38, 18 and 9D. RGB value is (56,24,157). Sum of RGB (Red+Green+Blue) = 56+24+157=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #38189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38189D is #C7E762. Grayscale: #303030. Windows color (decimal): -13100899 or 10295352. OLE color: 10295352.

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

Color convert

RGB 56 24 157 -
CMYK 0.64 0.85 0 0.38
HSL 254.44º 0.73% 0.35% -
HSV(B) 254.44º 0.85% 0.62% -
XYZ 8.04 3.93 32.23 -
YUV 48.73 189.1 133.19 -
System Red Green Blue C M Y K H S L
Decimal 56 24 157 0.64 0.85 0 0.38 254.44 0.73 0.35
Hex 38 18 9D 40 55 0 26 FE 49 23
Octal 70 30 235 100 125 0 46 376 111 43
Binary 111000 11000 10011101 1000000 1010101 0 100110 11111110 1001001 100011

Color Harmonies of #38189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38189D

Black with #38189D

Text Example


Text Example

White with #38189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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