Html Css Color HEX #38017F Persian Indigo

📋 copy color: '#38017F'

red 56 ◦ green 1 ◦ blue 127

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

Shades of Persian Indigo #38017F

Tints of Persian Indigo #38017F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 127 (50% from 255) = 69.02%

R = 30.43%
G = 0.54%
B = 69.02%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38017F (or 0x38017F) is known color: Persian Indigo. HEX triplet: 38, 01 and 7F. RGB value is (56,1,127). Sum of RGB (Red+Green+Blue) = 56+1+127=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #38017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38017F is #C7FE80. Grayscale: #1F1F1F. Windows color (decimal): -13106817 or 8323384. OLE color: 8323384.

HSL color Cylindrical-coordinate representation of color #38017F: hue angle of 266.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38017F is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 1 127 -
CMYK 0.56 0.99 0 0.50
HSL 266.19º 0.98% 0.25% -
HSV(B) 266.19º 0.99% 0.5% -
XYZ 5.47 2.39 20.25 -
YUV 31.81 181.72 145.25 -
System Red Green Blue C M Y K H S L
Decimal 56 1 127 0.56 0.99 0 0.50 266.19 0.98 0.25
Hex 38 1 7F 38 63 0 32 10A 62 19
Octal 70 1 177 70 143 0 62 412 142 31
Binary 111000 1 1111111 111000 1100011 0 110010 100001010 1100010 11001

Color Harmonies of #38017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38017F

Black with #38017F

Text Example


Text Example

White with #38017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38017F; }

 p { color: rgb(56,1,127); }

 H1.HeaderClassName
 {
   color: #38017F;
 }
 .AnyTagClassName
 {
   color: #38017F;
 }
</style>

background-color css

<style>
 a { background-color: #38017F; }

 a { background-color: rgb(56,1,127); }

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

border-color css

<style>
 span { border-color: #38017F; }

 span { border-color: rgb(56,1,127); }

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