Html Css Color HEX #38258C Persian Indigo

📋 copy color: '#38258C'

red 56 ◦ green 37 ◦ blue 140

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

Shades of Persian Indigo #38258C

Tints of Persian Indigo #38258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

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

R = 24.03%
G = 15.88%
B = 60.09%

CMYK

 C value IS 0.6

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38258C (or 0x38258C) is known color: Persian Indigo. HEX triplet: 38, 25 and 8C. RGB value is (56,37,140). Sum of RGB (Red+Green+Blue) = 56+37+140=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #38258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38258C is #C7DA73. Grayscale: #363636. Windows color (decimal): -13097588 or 9184568. OLE color: 9184568.

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

Color convert

RGB 56 37 140 -
CMYK 0.6 0.74 0 0.45
HSL 251.07º 0.58% 0.35% -
HSV(B) 251.07º 0.74% 0.55% -
XYZ 7.03 4.06 25.22 -
YUV 54.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 56 37 140 0.6 0.74 0 0.45 251.07 0.58 0.35
Hex 38 25 8C 3C 4A 0 2D FB 3A 23
Octal 70 45 214 74 112 0 55 373 72 43
Binary 111000 100101 10001100 111100 1001010 0 101101 11111011 111010 100011

Color Harmonies of #38258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38258C

Black with #38258C

Text Example


Text Example

White with #38258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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