Html Css Color HEX #230963 Persian Indigo

📋 copy color: '#230963'

red 35 ◦ green 9 ◦ blue 99

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

Shades of Persian Indigo #230963

Tints of Persian Indigo #230963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 24.48%
G = 6.29%
B = 69.23%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#230963 (or 0x230963) is known color: Persian Indigo. HEX triplet: 23, 09 and 63. RGB value is (35,9,99). Sum of RGB (Red+Green+Blue) = 35+9+99=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #230963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230963 is #DCF69C. Grayscale: #1A1A1A. Windows color (decimal): -14481053 or 6490403. OLE color: 6490403.

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

Color convert

RGB 35 9 99 -
CMYK 0.65 0.91 0 0.61
HSL 257.33º 0.83% 0.21% -
HSV(B) 257.33º 0.91% 0.39% -
XYZ 3.04 1.45 11.92 -
YUV 27.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 35 9 99 0.65 0.91 0 0.61 257.33 0.83 0.21
Hex 23 9 63 41 5B 0 3D 101 53 15
Octal 43 11 143 101 133 0 75 401 123 25
Binary 100011 1001 1100011 1000001 1011011 0 111101 100000001 1010011 10101

Color Harmonies of #230963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230963

Black with #230963

Text Example


Text Example

White with #230963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230963; }

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

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

background-color css

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

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

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

border-color css

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

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

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