Html Css Color HEX #38189B Persian Indigo

📋 copy color: '#38189B'

red 56 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #38189B

Tints of Persian Indigo #38189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 23.83%
G = 10.21%
B = 65.96%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38189B (or 0x38189B) is known color: Persian Indigo. HEX triplet: 38, 18 and 9B. RGB value is (56,24,155). Sum of RGB (Red+Green+Blue) = 56+24+155=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #38189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38189B is #C7E764. Grayscale: #303030. Windows color (decimal): -13100901 or 10164280. OLE color: 10164280.

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

Color convert

RGB 56 24 155 -
CMYK 0.64 0.85 0 0.39
HSL 254.66º 0.73% 0.35% -
HSV(B) 254.66º 0.85% 0.61% -
XYZ 7.87 3.86 31.34 -
YUV 48.5 188.1 133.35 -
System Red Green Blue C M Y K H S L
Decimal 56 24 155 0.64 0.85 0 0.39 254.66 0.73 0.35
Hex 38 18 9B 40 55 0 27 FF 49 23
Octal 70 30 233 100 125 0 47 377 111 43
Binary 111000 11000 10011011 1000000 1010101 0 100111 11111111 1001001 100011

Color Harmonies of #38189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38189B

Black with #38189B

Text Example


Text Example

White with #38189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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