Html Css Color HEX #38129A Persian Indigo

📋 copy color: '#38129A'

red 56 ◦ green 18 ◦ blue 154

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

Shades of Persian Indigo #38129A

Tints of Persian Indigo #38129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

 BLUE value IS 154 (60.55% from 255) = 67.54%

R = 24.56%
G = 7.89%
B = 67.54%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38129A (or 0x38129A) is known color: Persian Indigo. HEX triplet: 38, 12 and 9A. RGB value is (56,18,154). Sum of RGB (Red+Green+Blue) = 56+18+154=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #38129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38129A is #C7ED65. Grayscale: #2C2C2C. Windows color (decimal): -13102438 or 10097208. OLE color: 10097208.

HSL color Cylindrical-coordinate representation of color #38129A: hue angle of 256.76º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38129A is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 18 154 -
CMYK 0.64 0.88 0 0.40
HSL 256.76º 0.79% 0.34% -
HSV(B) 256.76º 0.88% 0.6% -
XYZ 7.68 3.61 30.86 -
YUV 44.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 56 18 154 0.64 0.88 0 0.40 256.76 0.79 0.34
Hex 38 12 9A 40 58 0 28 101 4F 22
Octal 70 22 232 100 130 0 50 401 117 42
Binary 111000 10010 10011010 1000000 1011000 0 101000 100000001 1001111 100010

Color Harmonies of #38129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38129A

Black with #38129A

Text Example


Text Example

White with #38129A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38129A; }

 p { color: rgb(56,18,154); }

 H1.HeaderClassName
 {
   color: #38129A;
 }
 .AnyTagClassName
 {
   color: #38129A;
 }
</style>

background-color css

<style>
 a { background-color: #38129A; }

 a { background-color: rgb(56,18,154); }

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

border-color css

<style>
 span { border-color: #38129A; }

 span { border-color: rgb(56,18,154); }

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