Html Css Color HEX #38188C Persian Indigo

📋 copy color: '#38188C'

red 56 ◦ green 24 ◦ blue 140

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

Shades of Persian Indigo #38188C

Tints of Persian Indigo #38188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.64%

R = 25.45%
G = 10.91%
B = 63.64%

CMYK

 C value IS 0.6

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38188C (or 0x38188C) is known color: Persian Indigo. HEX triplet: 38, 18 and 8C. RGB value is (56,24,140). Sum of RGB (Red+Green+Blue) = 56+24+140=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #38188C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38188C is #C7E773. Grayscale: #2E2E2E. Windows color (decimal): -13100916 or 9181240. OLE color: 9181240.

HSL color Cylindrical-coordinate representation of color #38188C: hue angle of 256.55º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38188C is Cyan = 0.6, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 24 140 -
CMYK 0.6 0.83 0 0.45
HSL 256.55º 0.71% 0.32% -
HSV(B) 256.55º 0.83% 0.55% -
XYZ 6.69 3.39 25.11 -
YUV 46.79 180.6 134.57 -
System Red Green Blue C M Y K H S L
Decimal 56 24 140 0.6 0.83 0 0.45 256.55 0.71 0.32
Hex 38 18 8C 3C 53 0 2D 101 47 20
Octal 70 30 214 74 123 0 55 401 107 40
Binary 111000 11000 10001100 111100 1010011 0 101101 100000001 1000111 100000

Color Harmonies of #38188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38188C

Black with #38188C

Text Example


Text Example

White with #38188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38188C; }

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

 H1.HeaderClassName
 {
   color: #38188C;
 }
 .AnyTagClassName
 {
   color: #38188C;
 }
</style>

background-color css

<style>
 a { background-color: #38188C; }

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

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

border-color css

<style>
 span { border-color: #38188C; }

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

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