Html Css Color HEX #230163 Persian Indigo

📋 copy color: '#230163'

red 35 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #230163

Tints of Persian Indigo #230163

RGB

 RED value IS 35 (14.06% from 255) = 25.93%

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

 BLUE value IS 99 (39.06% from 255) = 73.33%

R = 25.93%
G = 0.74%
B = 73.33%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230163 (or 0x230163) is known color: Persian Indigo. HEX triplet: 23, 01 and 63. RGB value is (35,1,99). Sum of RGB (Red+Green+Blue) = 35+1+99=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #230163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230163 is #DCFE9C. Grayscale: #151515. Windows color (decimal): -14483101 or 6488355. OLE color: 6488355.

HSL color Cylindrical-coordinate representation of color #230163: hue angle of 260.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230163 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 1 99 -
CMYK 0.65 0.99 0 0.61
HSL 260.82º 0.98% 0.2% -
HSV(B) 260.82º 0.99% 0.39% -
XYZ 2.96 1.28 11.9 -
YUV 22.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 35 1 99 0.65 0.99 0 0.61 260.82 0.98 0.2
Hex 23 1 63 41 63 0 3D 105 62 14
Octal 43 1 143 101 143 0 75 405 142 24
Binary 100011 1 1100011 1000001 1100011 0 111101 100000101 1100010 10100

Color Harmonies of #230163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230163

Black with #230163

Text Example


Text Example

White with #230163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230163; }

 p { color: rgb(35,1,99); }

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

background-color css

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

 a { background-color: rgb(35,1,99); }

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

border-color css

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

 span { border-color: rgb(35,1,99); }

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