Html Css Color HEX #38038E Persian Indigo

📋 copy color: '#38038E'

red 56 ◦ green 3 ◦ blue 142

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

Shades of Persian Indigo #38038E

Tints of Persian Indigo #38038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

 BLUE value IS 142 (55.86% from 255) = 70.65%

R = 27.86%
G = 1.49%
B = 70.65%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38038E (or 0x38038E) is known color: Persian Indigo. HEX triplet: 38, 03 and 8E. RGB value is (56,3,142). Sum of RGB (Red+Green+Blue) = 56+3+142=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #38038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38038E is #C7FC71. Grayscale: #222222. Windows color (decimal): -13106290 or 9306936. OLE color: 9306936.

HSL color Cylindrical-coordinate representation of color #38038E: hue angle of 262.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38038E is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 3 142 -
CMYK 0.61 0.98 0 0.44
HSL 262.88º 0.96% 0.28% -
HSV(B) 262.88º 0.98% 0.56% -
XYZ 6.55 2.86 25.8 -
YUV 34.69 188.56 143.2 -
System Red Green Blue C M Y K H S L
Decimal 56 3 142 0.61 0.98 0 0.44 262.88 0.96 0.28
Hex 38 3 8E 3D 62 0 2C 107 60 1C
Octal 70 3 216 75 142 0 54 407 140 34
Binary 111000 11 10001110 111101 1100010 0 101100 100000111 1100000 11100

Color Harmonies of #38038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38038E

Black with #38038E

Text Example


Text Example

White with #38038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38038E; }

 p { color: rgb(56,3,142); }

 H1.HeaderClassName
 {
   color: #38038E;
 }
 .AnyTagClassName
 {
   color: #38038E;
 }
</style>

background-color css

<style>
 a { background-color: #38038E; }

 a { background-color: rgb(56,3,142); }

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

border-color css

<style>
 span { border-color: #38038E; }

 span { border-color: rgb(56,3,142); }

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