Html Css Color HEX #250068 Persian Indigo

📋 copy color: '#250068'

red 37 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #250068

Tints of Persian Indigo #250068

RGB

 RED value IS 37 (14.84% from 255) = 26.24%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 73.76%

R = 26.24%
G = 0%
B = 73.76%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#250068 (or 0x250068) is known color: Persian Indigo. HEX triplet: 25, 00 and 68. RGB value is (37,0,104). Sum of RGB (Red+Green+Blue) = 37+0+104=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #250068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250068 is #DAFF97. Grayscale: #161616. Windows color (decimal): -14352280 or 6815781. OLE color: 6815781.

HSL color Cylindrical-coordinate representation of color #250068: hue angle of 261.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250068 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 0 104 -
CMYK 0.64 1 0 0.59
HSL 261.35º 1% 0.2% -
HSV(B) 261.35º 1% 0.41% -
XYZ 3.26 1.39 13.19 -
YUV 22.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 37 0 104 0.64 1 0 0.59 261.35 1 0.2
Hex 25 0 68 40 64 0 3B 105 64 14
Octal 45 0 150 100 144 0 73 405 144 24
Binary 100101 0 1101000 1000000 1100100 0 111011 100000101 1100100 10100

Color Harmonies of #250068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250068

Black with #250068

Text Example


Text Example

White with #250068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250068; }

 p { color: rgb(37,0,104); }

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

background-color css

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

 a { background-color: rgb(37,0,104); }

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

border-color css

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

 span { border-color: rgb(37,0,104); }

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