Html Css Color HEX #38238B Persian Indigo

📋 copy color: '#38238B'

red 56 ◦ green 35 ◦ blue 139

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

Shades of Persian Indigo #38238B

Tints of Persian Indigo #38238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

 BLUE value IS 139 (54.69% from 255) = 60.43%

R = 24.35%
G = 15.22%
B = 60.43%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38238B (or 0x38238B) is known color: Persian Indigo. HEX triplet: 38, 23 and 8B. RGB value is (56,35,139). Sum of RGB (Red+Green+Blue) = 56+35+139=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #38238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38238B is #C7DC74. Grayscale: #343434. Windows color (decimal): -13098101 or 9118520. OLE color: 9118520.

HSL color Cylindrical-coordinate representation of color #38238B: hue angle of 252.12º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38238B is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 35 139 -
CMYK 0.60 0.75 0 0.45
HSL 252.12º 0.6% 0.34% -
HSV(B) 252.12º 0.75% 0.55% -
XYZ 6.89 3.91 24.82 -
YUV 53.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 56 35 139 0.60 0.75 0 0.45 252.12 0.6 0.34
Hex 38 23 8B 3C 4B 0 2D FC 3C 22
Octal 70 43 213 74 113 0 55 374 74 42
Binary 111000 100011 10001011 111100 1001011 0 101101 11111100 111100 100010

Color Harmonies of #38238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38238B

Black with #38238B

Text Example


Text Example

White with #38238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,35,139); }

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

background-color css

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

 a { background-color: rgb(56,35,139); }

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

border-color css

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

 span { border-color: rgb(56,35,139); }

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